Skip to content

Commit

Permalink
release 33.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karottenreibe committed Apr 4, 2024
1 parent 20d4933 commit df727d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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"

Expand Down

0 comments on commit df727d2

Please sign in to comment.