Prepare release 1.23.1 (#5226)

This commit is contained in:
OpenTelemetry Bot 2023-02-15 12:37:21 -08:00 committed by GitHub
parent 6d9f4d8a00
commit 49577ffbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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))

View File

@ -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