Skip to content

Commit e957a15

Browse files
Update version to 1.40.0-SNAPSHOT (#1460)
1 parent 8d96fa5 commit e957a15

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.39.0 (2024-09-17)
6+
57
### AWS X-Ray propagator
68

79
- Handle too short `X-Amzn-Trace-Id` header

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.39.0-SNAPSHOT"
2-
val alphaVersion = "1.39.0-alpha-SNAPSHOT"
1+
val stableVersion = "1.40.0-SNAPSHOT"
2+
val alphaVersion = "1.40.0-alpha-SNAPSHOT"
33

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

0 commit comments

Comments
 (0)