diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a69bd548..11264c84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,8 +26,8 @@ Version 7 of the SDK is compatible with Sentry self-hosted versions 24.4.2 or hi - [changelog](https://github.com/getsentry/sentry-javascript/blob/9.12.0/CHANGELOG.md) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.54.0...9.12.0) - Bump Android SDK from v7.20.1 to v8.9.0 ([#4490](https://github.com/getsentry/sentry-react-native/pull/4490)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#890) - - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.9.0) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8100) + - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...8.10.0) - Bump Bundler Plugins from v3.2.2 to v3.3.1 ([#4693](https://github.com/getsentry/sentry-react-native/pull/4693), [#4707](https://github.com/getsentry/sentry-react-native/pull/4707), [#4720](https://github.com/getsentry/sentry-react-native/pull/4720), [#4721](https://github.com/getsentry/sentry-react-native/pull/4721)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#331) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.2.2...3.3.1) diff --git a/packages/core/android/build.gradle b/packages/core/android/build.gradle index 5631c8616..d72655845 100644 --- a/packages/core/android/build.gradle +++ b/packages/core/android/build.gradle @@ -54,5 +54,5 @@ android { dependencies { implementation 'com.facebook.react:react-native:+' - api 'io.sentry:sentry-android:8.9.0' + api 'io.sentry:sentry-android:8.10.0' }