Skip to content

Commit

Permalink
Release 32.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Dec 1, 2023
1 parent eeca1c4 commit ef7e620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,11 +6,13 @@ We use [semantic versioning](http://semver.org/):

# Next Release

# 32.5.0
- [feature] _teamscale-maven-plugin_: Added the `upload-coverage` goal which automatically uploads JaCoCo reports to Teamscale.
# 32.6.0
- [feature] Profiler logs its version on startup
- [fix] _agent_: The agent crashed while starting on some machines with "cannot construct instances of" errors

# 32.5.0
- [feature] _teamscale-maven-plugin_: Added the `upload-coverage` goal which automatically uploads JaCoCo reports to Teamscale.

# 32.4.2
- [fix] _agent_: The agent crashed while starting on some machines with "cannot construct instances of" errors

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "com.teamscale"

val appVersion by extra("32.5.0")
val appVersion by extra("32.6.0")

val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"

Expand Down

0 comments on commit ef7e620

Please sign in to comment.