diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8648e90..877a57b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ We use [semantic versioning](http://semver.org/): # Next Release +# 32.6.2 +- Re-Release 32.6.1 +- [fix] _teamscale-maven-plugin_ Test names containing slashes could not be uploaded +- [fix] _tia-client_ Impacted test retrieval failed due to JSON parsing error + # 32.6.1 - [fix] _teamscale-maven-plugin_ Test names containing slashes could not be uploaded - [fix] _tia-client_ Impacted test retrieval failed due to JSON parsing error diff --git a/build.gradle.kts b/build.gradle.kts index 1c0774ecc..3ee799b59 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { group = "com.teamscale" -val appVersion by extra("32.6.1") +val appVersion by extra("32.6.2") val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"