Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[release/v1.28.x] Prepare release 1.28.0 #956

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare release 1.28.0
opentelemetrybot committed Jul 14, 2023
commit c4b7e89ea80a42a78324d210bea68f04ef685481
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.28.0 (2023-07-14)

### AWS X-Ray SDK support

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.28.0-SNAPSHOT"
val alphaVersion = "1.28.0-alpha-SNAPSHOT"
val stableVersion = "1.28.0"
val alphaVersion = "1.28.0-alpha"

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