diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c570959a5..ebb0c6aba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Unreleased + +### 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 (fix provided by Native SDK bump) + +### Dependencies + +- Bump Native SDK from v0.6.6 to v0.6.7 ([#3048](https://github.com/getsentry/sentry-java/pull/3048)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#067) + - [diff](https://github.com/getsentry/sentry-native/compare/0.6.6...0.6.7) + ## 7.0.0-rc.1 ### Features diff --git a/sentry-android-ndk/sentry-native b/sentry-android-ndk/sentry-native index c97bcc63fa..a3d58622a8 160000 --- a/sentry-android-ndk/sentry-native +++ b/sentry-android-ndk/sentry-native @@ -1 +1 @@ -Subproject commit c97bcc63fa89ae557cef9c9b6e3acb11a72ff97d +Subproject commit a3d58622a807b9dda174cb9fc18fa0f98c89d043