We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1490e commit 0f728dfCopy full SHA for 0f728df
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.38.0 (2024-08-19)
6
+
7
### JFR connection
8
9
- Recording close should not throw exception
version.gradle.kts
@@ -1,5 +1,5 @@
1
-val stableVersion = "1.38.0-SNAPSHOT"
-val alphaVersion = "1.38.0-alpha-SNAPSHOT"
+val stableVersion = "1.39.0-SNAPSHOT"
+val alphaVersion = "1.39.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments