Skip to content

Commit 9cc1163

Browse files
committed
Publish 36.5.1
1 parent 2d510b4 commit 9cc1163

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.5.1
810
- [fix] _agent_: The profiled application no longer crashes when the profiler configuration is invalid (e.g., missing `teamscale-user`). Instead, the application starts normally without coverage collection.
911

1012
# 36.5.0

build.gradle.kts

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

55
group = "com.teamscale"
66

7-
val appVersion by extra("36.5.0")
7+
val appVersion by extra("36.5.1")
88

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

0 commit comments

Comments
 (0)