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 2e9d881 commit 225d5ffCopy full SHA for 225d5ff
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## Version 1.36.0 (2024-05-28)
6
+
7
### AWS resources
8
9
- Optimization: don't attempt detection if a cloud provider has already been detected
version.gradle.kts
@@ -1,5 +1,5 @@
1
-val stableVersion = "1.36.0-SNAPSHOT"
-val alphaVersion = "1.36.0-alpha-SNAPSHOT"
+val stableVersion = "1.37.0-SNAPSHOT"
+val alphaVersion = "1.37.0-alpha-SNAPSHOT"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments