We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17560bf commit a8dfc53Copy full SHA for a8dfc53
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## Version 1.54.0 (2026-02-18)
4
5
### Compressors
6
docs/apidiffs/current_vs_latest/opentelemetry-aws-xray.txt
@@ -1,2 +1,2 @@
-Comparing source compatibility of opentelemetry-aws-xray-1.54.0-SNAPSHOT.jar against opentelemetry-aws-xray-1.53.0.jar
+Comparing source compatibility of opentelemetry-aws-xray-1.54.0.jar against opentelemetry-aws-xray-1.53.0.jar
No changes.
version.gradle.kts
@@ -1,5 +1,5 @@
-val stableVersion = "1.54.0-SNAPSHOT"
-val alphaVersion = "1.54.0-alpha-SNAPSHOT"
+val stableVersion = "1.54.0"
+val alphaVersion = "1.54.0-alpha"
val tagVersion by extra { "v$stableVersion" }
allprojects {
0 commit comments