[release/v1.31.x] Prepare release 1.31.0 (#1080)
This commit is contained in:
parent
62045cce44
commit
c452fccec6
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## Version 1.31.0 (2023-10-18)
|
||||
|
||||
### Consistent sampling
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
val stableVersion = "1.31.0-SNAPSHOT"
|
||||
val alphaVersion = "1.31.0-alpha-SNAPSHOT"
|
||||
val stableVersion = "1.31.0"
|
||||
val alphaVersion = "1.31.0-alpha"
|
||||
|
||||
allprojects {
|
||||
if (findProperty("otel.stable") != "true") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue