Skip to content

Commit

Permalink
Release 34.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DreierF committed Jan 20, 2025
1 parent 961e8c1 commit f530486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
- PATCH version when you make backwards compatible bug fixes.

# Next version

# 34.2.2
- [fix] _teamscale-gradle-plugin_: 401 Unauthorized error when trying to upload reports to Teamscale

# 34.2.1
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.2.1")
val appVersion by extra("34.2.2")

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

Expand Down

0 comments on commit f530486

Please sign in to comment.