Skip to content

Commit

Permalink
Changes for release version 34.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bogenberger committed Oct 2, 2024
1 parent 0618d09 commit 84ff036
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next version
- [feature] _agent_: New options `proxy-host`/`-port`/`-user`/`-password` allow user to specify teamscale-specific proxy settings.

# 34.1.0
- [feature] _agent_: New options `proxy-http(s)-host`/`-port`/`-user`/`-password` allow user to specify teamscale-specific proxy settings.
- [fix] _teamscale-maven-plugin_: NPE when no commit, nor revision was configured
- [fix] _teamscale-maven-plugin_: Fixed commit was ignored in commit resolution

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.0.2")
val appVersion by extra("34.1.0")

val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"

Expand Down

0 comments on commit 84ff036

Please sign in to comment.