Skip to content

Commit

Permalink
Update version to 1.17.0 (open-telemetry#4605)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenTelemetry Java Bot authored Jul 13, 2022
1 parent 9c3a98c commit 2ff5dfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Version 1.16.0 (2022-07-13)

### API

* Fix bug `ImmutableKeyValuePairs` implementation that causes `ArrayIndexOutOfBoundsException` to be
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val snapshot = true

allprojects {
var ver = "1.16.0"
var ver = "1.17.0"
val release = findProperty("otel.release")
if (release != null) {
ver += "-" + release
Expand Down

0 comments on commit 2ff5dfe

Please sign in to comment.