Skip to content

Commit a8dfc53

Browse files
authored
[release/v1.54.x] Prepare release 1.54.0 (#2636)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 17560bf commit a8dfc53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.54.0 (2026-02-18)
44

55
### Compressors
66

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.54.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.53.0.jar
1+
Comparing source compatibility of opentelemetry-aws-xray-1.54.0.jar against opentelemetry-aws-xray-1.53.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.54.0-SNAPSHOT"
2-
val alphaVersion = "1.54.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.54.0"
2+
val alphaVersion = "1.54.0-alpha"
33
val tagVersion by extra { "v$stableVersion" }
44

55
allprojects {

0 commit comments

Comments
 (0)