Skip to content

Commit

Permalink
Merge 5b84940 into f93cfbe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 20, 2023
2 parents f93cfbe + 5b84940 commit 111c58e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Bump JavaScript SDK from v7.54.0 to v7.56.0 ([#3119](https://github.com/getsentry/sentry-react-native/pull/3119))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7560)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.56.0)
- Bump Android SDK from v6.22.0 to v6.23.0 ([#3127](https://github.com/getsentry/sentry-react-native/pull/3127))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6230)
- [diff](https://github.com/getsentry/sentry-java/compare/6.22.0...6.23.0)

## 5.6.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {

dependencies {
implementation 'com.facebook.react:react-native:+'
api 'io.sentry:sentry-android:6.22.0'
api 'io.sentry:sentry-android:6.23.0'
}

0 comments on commit 111c58e

Please sign in to comment.