Skip to content

Commit

Permalink
[release/v1.40.x] Prepare release 1.40.0 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored Oct 18, 2024
1 parent 011835a commit 2b82c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 1.40.0 (2024-10-18)

### AWS X-Ray SDK support

Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val stableVersion = "1.40.0-SNAPSHOT"
val alphaVersion = "1.40.0-alpha-SNAPSHOT"
val stableVersion = "1.40.0"
val alphaVersion = "1.40.0-alpha"

allprojects {
if (findProperty("otel.stable") != "true") {
Expand Down

0 comments on commit 2b82c71

Please sign in to comment.