diff --git a/CHANGELOG.md b/CHANGELOG.md index 83052d8bba..32ea100c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Add iOS profiles to React Native Profiling ([#3349](https://github.com/getsentry/sentry-react-native/pull/3349)) +### Fixes + +- Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see [#2955](https://github.com/getsentry/sentry-java/issues/2955) for more details + ### Dependencies - Bump Android SDK from v6.33.1 to v6.34.0 ([#3408](https://github.com/getsentry/sentry-react-native/pull/3408)) @@ -15,6 +19,18 @@ - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7811) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.80.0...7.81.1) +## 5.13.1-beta.1 + +### Fixes + +- Fix SIGSEV, SIGABRT and SIGBUS crashes happening after/around the August Google Play System update, see [#2955](https://github.com/getsentry/sentry-java/issues/2955) for more details + +### Dependencies + +- Bump Android SDK from v6.33.1 to v6.33.2-beta.1 ([#3385](https://github.com/getsentry/sentry-react-native/pull/3385)) + - [changelog](https://github.com/getsentry/sentry-java/blob/6.33.2-beta.1/CHANGELOG.md#6332-beta1) + - [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...6.33.2-beta.1) + ## 5.13.0 ### Features