[release/v1.42.x] Prepare release 1.42.1 (#6706)

This commit is contained in:
OpenTelemetry Bot 2024-09-10 09:28:08 -05:00 committed by GitHub
parent 630050c042
commit 05e322b791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## Version 1.42.1 (2024-09-10)
### API

View File

@ -1,7 +1,7 @@
val snapshot = false
allprojects {
var ver = "1.42.0"
var ver = "1.42.1"
val release = findProperty("otel.release")
if (release != null) {
ver += "-" + release