We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d20cc commit a5f1ae7Copy full SHA for a5f1ae7
CHANGELOG.md
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
5
- PATCH version when you make backwards compatible bug fixes.
6
7
# Next version
8
+
9
+# 35.2.0
10
- [feature] _agent_: Access token can be passed via environment variable `TEAMSCALE_ACCESS_TOKEN`
11
12
# 35.1.0
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
group = "com.teamscale"
-val appVersion by extra("35.1.0")
+val appVersion by extra("35.2.0")
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
0 commit comments