Prepare release 1.17.0 (#424)

This commit is contained in:
OpenTelemetry Bot 2022-08-19 13:03:48 -07:00 committed by GitHub
parent 6faea25374
commit 1f9eb3fc89
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
## Unreleased
## Version 1.17.0 (2022-08-19)
### Consistent sampling

View File

@ -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") {