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 4ff1ffb commit 77a3ca0Copy full SHA for 77a3ca0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 1.50.0 (2025-09-25)
4
5
Note: This release broadly applies some style guidelines across the repository. As a result,
6
some classes that were visible might be package/private. Other non-final classes may now
version.gradle.kts
@@ -1,5 +1,5 @@
-val stableVersion = "1.50.0-SNAPSHOT"
-val alphaVersion = "1.50.0-alpha-SNAPSHOT"
+val stableVersion = "1.50.0"
+val alphaVersion = "1.50.0-alpha"
allprojects {
if (findProperty("otel.stable") != "true") {
0 commit comments