Skip to content

Commit

Permalink
[release/v0.5.x] Prepare release 0.5.0 (#315)
Browse files Browse the repository at this point in the history
* Prepare release 0.5.0

* update required-status-check

---------

Co-authored-by: Jason Plumb <jplumb@splunk.com>
  • Loading branch information
opentelemetrybot and breedx-splk committed Apr 23, 2024
1 parent dc98e50 commit 7fd6be5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,14 @@ jobs:
distribution: temurin
java-version: 17
- name: run gradle
run: ./gradlew check
run: ./gradlew check

required-status-check:
needs:
- pr-checks
runs-on: ubuntu-latest
if: always()
steps:
- if: |
needs.pr-checks.result != 'success'
run: exit 1
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.5.0 (2024-04-23)

⚠️⚠️⚠️ There are considerable breaking changes in this release.

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.4.0-alpha")
implementation("io.opentelemetry.android:android-agent:0.5.0-alpha")
//...
}
```
Expand Down

0 comments on commit 7fd6be5

Please sign in to comment.