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 011835a commit c861c35Copy full SHA for c861c35
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.40.0 (2024-10-18)
6
+
7
### AWS X-Ray SDK support
8
9
- Ensure all XRay Sampler functionality is under ParentBased logic
version.gradle.kts
@@ -1,5 +1,5 @@
1
-val stableVersion = "1.40.0-SNAPSHOT"
-val alphaVersion = "1.40.0-alpha-SNAPSHOT"
+val stableVersion = "1.41.0-SNAPSHOT"
+val alphaVersion = "1.41.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments