From df727d231cd98f4760e558c1bf20facde8849a42 Mon Sep 17 00:00:00 2001 From: Fabian Streitel Date: Thu, 4 Apr 2024 16:26:52 +0200 Subject: [PATCH] release 33.2.0 --- CHANGELOG.md | 2 ++ build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7309c1c94..efb5f79c4 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 e2a16c037..bfce3f066 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"