Skip to content

Commit

Permalink
Release 32.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-cqse committed Dec 18, 2023
1 parent e5d8918 commit ddf2a34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
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.6.1")
val appVersion by extra("32.6.2")

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

Expand Down

0 comments on commit ddf2a34

Please sign in to comment.