Skip to content

Commit

Permalink
Release 15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Dec 11, 2019
1 parent bc10b05 commit d294bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
We use [semantic versioning][semver]

# Next Release

# 15.2.0
- [fix] WildFly won't start with agent attached
- [feature] make `out` parameter optional with sensible fallback (subdirectory `coverage` in agent installation directory)
- [feature] if no `teamscale-commit`, `teamscale-git-properties-jar` or `teamscale-commit-manifest-jar` is configured,
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

ext {
appVersion = '15.1.2' // Also update version in BuildVersion.kt
appVersion = '15.2.0' // Also update version in BuildVersion.kt
pluginVersion = '0.5.1' // Also update version in BuildVersion.kt
reportGeneratorVersion = '1.4.3'
teamscaleClientVersion = '0.3.1'
Expand Down

0 comments on commit d294bcd

Please sign in to comment.