diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b0ee66..2d92dc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/): - PATCH version when you make backwards compatible bug fixes. # Next version + +# 34.1.1 - [fix] _agent_: Loading a profiler configuration from Teamscale was not possible if the potentially necessary proxy settings were not set yet. # 34.1.0 diff --git a/build.gradle.kts b/build.gradle.kts index 854136d4..6358d0a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { group = "com.teamscale" -val appVersion by extra("34.1.0") +val appVersion by extra("34.1.1") val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"