File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
55- PATCH version when you make backwards compatible bug fixes.
66
77# Next version
8+
9+ # 36.2.0
810- _ agent_ : improved logging when multiple agents are attached
911- [ feature] _ teamscale-gradle-plugin_ : Added ` debugLogging ` option to enable debug logging for the java profiler and the impacted test engine
1012- [ feature] _ teamscale-maven-plugin_ : Enhanced ` debugLogging ` option to also enable debug logging for the impacted test engine
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55group = " com.teamscale"
66
7- val appVersion by extra(" 36.1 .0" )
7+ val appVersion by extra(" 36.2 .0" )
88
99val snapshotVersion = appVersion + if (VersionUtils .isTaggedRelease()) " " else " -SNAPSHOT"
1010
You can’t perform that action at this time.
0 commit comments