Skip to content

Commit 5a8b600

Browse files
authored
Update version to 1.58.0-SNAPSHOT (#2852)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 2706ee2 commit 5a8b600

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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.57.0 (2026-05-19)
6+
57
### Baggage processor
68

79
- Delegate baggage filtering to IncludeExcludePredicate and allow wildcards in auto-configuration
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.57.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.56.0.jar
1+
Comparing source compatibility of opentelemetry-aws-xray-1.58.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.56.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.57.0-SNAPSHOT"
2-
val alphaVersion = "1.57.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.58.0-SNAPSHOT"
2+
val alphaVersion = "1.58.0-alpha-SNAPSHOT"
33
val tagVersion by extra { "v$stableVersion" }
44

55
allprojects {

0 commit comments

Comments
 (0)