Update version to 1.21.0 (#4941)

This commit is contained in:
OpenTelemetry Bot 2022-11-11 11:15:52 -08:00 committed by GitHub
parent c252fdfc7b
commit 02f35ad004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## Version 1.20.0 (2022-11-11)
### API
- Fix bug in `W3CBaggagePropagator` that caused `+` characters to be decoded as whitespace ` `.

View File

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