Skip to content

Commit 58b3eba

Browse files
committed
Publish 36.4.0
1 parent 13edee4 commit 58b3eba

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.4.0
810
- [feature] _maven-plugin_: Auto-detect commit from CI/CD environment variables (Jenkins, GitHub Actions, GitLab CI, Azure DevOps, etc.)
911
- [fix] _impacted-test-engine_: Handle nested JUnit 5 tests correctly
1012

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.3.0")
7+
val appVersion by extra("36.4.0")
88

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

0 commit comments

Comments
 (0)