Update version to 1.42.0 (#6639)

This commit is contained in:
OpenTelemetry Bot 2024-08-09 10:50:51 -05:00 committed by GitHub
parent f161a1e039
commit 5ec05db03b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 1.41.0 (2024-08-09)
### API
* Move experimental suppress instrumentation context key to api internal package

View File

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