Skip to content

Commit 30d955c

Browse files
authored
Update version to 1.51.0-SNAPSHOT (#2307)
Co-authored-by: otelbot <[email protected]>
1 parent 837d65a commit 30d955c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## Version 1.50.0 (2025-09-26)
6+
57
Note: This release broadly applies some style guidelines across the repository. As a result,
68
some classes that were visible might be package/private. Other non-final classes may now
79
be final. See
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-aws-xray-1.50.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.49.0.jar
1+
Comparing source compatibility of opentelemetry-aws-xray-1.51.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.49.0.jar
22
No changes.

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.51.0-SNAPSHOT"
2+
val alphaVersion = "1.51.0-alpha-SNAPSHOT"
33

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

0 commit comments

Comments
 (0)