[release/v1.20.x] Prepare release 1.20.1 (#625)

Prepare release 1.20.1.
This commit is contained in:
OpenTelemetry Bot 2022-11-22 08:48:57 -08:00 committed by GitHub
parent 89ffbfa87a
commit d9ab85f943
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 # Changelog
## Unreleased ## Version 1.20.1 (2022-11-22)
### 🛠️ Bug fixes ### 🛠️ Bug fixes

View File

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