Skip to content

Commit 77a3ca0

Browse files
committed
Prepare release 1.50.0
1 parent 4ff1ffb commit 77a3ca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 1.50.0 (2025-09-25)
44

55
Note: This release broadly applies some style guidelines across the repository. As a result,
66
some classes that were visible might be package/private. Other non-final classes may now

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val stableVersion = "1.50.0-SNAPSHOT"
2-
val alphaVersion = "1.50.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.50.0"
2+
val alphaVersion = "1.50.0-alpha"
33

44
allprojects {
55
if (findProperty("otel.stable") != "true") {

0 commit comments

Comments
 (0)