Skip to content

Commit

Permalink
[release/v1.22.x] Prepare release 1.22.0 (#702)
Browse files Browse the repository at this point in the history
Prepare release 1.22.0.
  • Loading branch information
opentelemetrybot authored Jan 17, 2023
1 parent 692b497 commit 24d8705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 1.22.0 (2023-01-17)

### JFR streaming

Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val stableVersion = "1.22.0-SNAPSHOT"
val alphaVersion = "1.22.0-alpha-SNAPSHOT"
val stableVersion = "1.22.0"
val alphaVersion = "1.22.0-alpha"

allprojects {
if (findProperty("otel.stable") != "true") {
Expand Down

0 comments on commit 24d8705

Please sign in to comment.