Prepare release 1.17.0 (#424)
This commit is contained in:
parent
6faea25374
commit
1f9eb3fc89
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## Version 1.17.0 (2022-08-19)
|
||||||
|
|
||||||
### Consistent sampling
|
### Consistent sampling
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
val stableVersion = "1.17.0-SNAPSHOT"
|
val stableVersion = "1.17.0"
|
||||||
val alphaVersion = "1.17.0-alpha-SNAPSHOT"
|
val alphaVersion = "1.17.0-alpha"
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
if (findProperty("otel.stable") != "true") {
|
if (findProperty("otel.stable") != "true") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue