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