[release/v1.31.x] Prepare release 1.31.0 (#1080)

This commit is contained in:
OpenTelemetry Bot 2023-10-18 18:30:30 +02:00 committed by GitHub
parent 62045cce44
commit c452fccec6
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.31.0 (2023-10-18)
### Consistent sampling ### Consistent sampling

View File

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