Skip to content

Commit 41b8024

Browse files
committed
Release 35.2.2
1 parent 2488226 commit 41b8024

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ We use [semantic versioning](http://semver.org/):
55
- PATCH version when you make backwards compatible bug fixes.
66

77
# Next version
8+
9+
# 35.2.2
810
- [fix] _teamscale-gradle-plugin_: TeamscaleUpload task did not properly validate `revision` argument
11+
- [fix] _teamscale-gradle-plugin_: Removed usage of deprecated `movetolastcommit` option
912

1013
# 35.2.1
1114
- [fix] _agent_: Bad request error when starting a test run in some cases

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = "com.teamscale"
77

8-
val appVersion by extra("35.2.1")
8+
val appVersion by extra("35.2.2")
99

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

0 commit comments

Comments
 (0)