Skip to content

Commit

Permalink
Prepare release 0.6.0 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
opentelemetrybot authored May 22, 2024
1 parent 598aea2 commit 516e380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OpenTelemetry Android Changelog

## Unreleased
## Version 0.6.0 (2024-05-22)

This version of OpenTelemetry Android is built on:
* OpenTelemetry Java Instrumentation [2.4.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.4.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ in your gradle build script:
```kotlin
dependencies {
//...
implementation("io.opentelemetry.android:android-agent:0.5.0-alpha")
implementation("io.opentelemetry.android:android-agent:0.6.0-alpha")
//...
}
```
Expand Down

0 comments on commit 516e380

Please sign in to comment.