Skip to content

Commit

Permalink
[release/v1.34.x] Prepare release 1.34.0 (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Mar 27, 2024
1 parent 3f71b88 commit 4280422
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.34.0 (2024-03-27)

### AWS resources

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.34.0-SNAPSHOT"
val alphaVersion = "1.34.0-alpha-SNAPSHOT"
val stableVersion = "1.34.0"
val alphaVersion = "1.34.0-alpha"

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

0 comments on commit 4280422

Please sign in to comment.