Skip to content

Commit

Permalink
Prepare release 1.23.1 (#5226)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot committed Feb 15, 2023
1 parent 6d9f4d8 commit 49577ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.23.1 (2023-02-15)

* Fix bug that broke `AutoConfiguredOpenTelemetrySdk`'s shutdown hook.
([#5221](https://github.com/open-telemetry/opentelemetry-java/pull/5221))
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val snapshot = false

allprojects {
var ver = "1.23.0"
var ver = "1.23.1"
val release = findProperty("otel.release")
if (release != null) {
ver += "-" + release
Expand Down

0 comments on commit 49577ff

Please sign in to comment.