From 84ff03675f942d6ed18f176d7300884ee66596e1 Mon Sep 17 00:00:00 2001 From: Jonas Bogenberger Date: Wed, 2 Oct 2024 09:41:41 +0200 Subject: [PATCH] Changes for release version 34.1.0 --- CHANGELOG.md | 4 +++- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd3cef41..b96d1f3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 6a2fcdc09..854136d44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"