Skip to content

Commit

Permalink
Changes for release version 34.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-N committed Oct 14, 2024
1 parent 2ef217e commit 2a9a54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2a9a54b

Please sign in to comment.