File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
55- PATCH version when you make backwards compatible bug fixes.
66
77# Next Release
8+
9+ # 32.4.0
810- [ feature] _ agent_ : Added stable support for Java 21 and experimental support for Java 22
911- [ fix] _ agent_ : Produce more helpful error results in case a service call to Teamscale fails while handling an HTTP call
1012- [ fix] _ teamscale-maven-plugin_ : The same uniform paths were extracted for tests that have the same name in a Cucumber feature file
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66group = " com.teamscale"
77
8- val appVersion by extra(" 32.3.1 " )
8+ val appVersion by extra(" 32.4.0 " )
99
1010val snapshotVersion = appVersion + if (VersionUtils .isTaggedRelease()) " " else " -SNAPSHOT"
1111
You can’t perform that action at this time.
0 commit comments