We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fd8a2 commit b497b51Copy full SHA for b497b51
2 files changed
CHANGELOG.md
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
5
- PATCH version when you make backwards compatible bug fixes.
6
7
# Next version
8
+
9
+# 36.1.0
10
- [feature] _impacted-test-engine_: Added support for JUnit 5.13 and 6.0
11
- [feature] _agent_: Added support for Java 25 and experimental support for Java 26
12
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
group = "com.teamscale"
-val appVersion by extra("36.0.0")
+val appVersion by extra("36.1.0")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments