diff --git a/CHANGELOG.md b/CHANGELOG.md index 7309c1c9..efb5f79c 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 Release + +# 33.2.0 - [feature] Add support for git.properties in Spring Boot 3.2 - [feature] Read configuration file path from `TEAMSCALE_JAVA_PROFILER_CONFIG_FILE` environment variable - [feature] add installer for Windows diff --git a/build.gradle.kts b/build.gradle.kts index e2a16c03..bfce3f06 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { group = "com.teamscale" -val appVersion by extra("33.1.2") +val appVersion by extra("33.2.0") val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"