[release/v1.20.x] Prepare release 1.20.0 (#604)

Prepare release 1.20.0.
This commit is contained in:
OpenTelemetry Bot 2022-11-17 13:09:00 -08:00 committed by GitHub
parent 9cda008dd2
commit 2991409fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## Version 1.20.0 (2022-11-17)
### AWS X-Ray propagator

View File

@ -1,5 +1,5 @@
val stableVersion = "1.20.0-SNAPSHOT"
val alphaVersion = "1.20.0-alpha-SNAPSHOT"
val stableVersion = "1.20.0"
val alphaVersion = "1.20.0-alpha"
allprojects {
if (findProperty("otel.stable") != "true") {