We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b52f3 commit 5cf20d7Copy full SHA for 5cf20d7
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.5.0
10
- [feature] _agent_: Renamed the docker image to `cqse/teamscale-java-profiler` and added support for the `linux/arm64` platform
11
- [fix] _teamscale-gradle-plugin_: Coverage aggregation report and upload were skipped when tests failed with `--continue`
12
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
group = "com.teamscale"
-val appVersion by extra("36.4.1")
+val appVersion by extra("36.5.0")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments