diff --git a/CHANGELOG.md b/CHANGELOG.md index d540b42d95..e836b1a766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ - Skip iOS source maps upload on `Debug` builds ([#6405](https://github.com/getsentry/sentry-react-native/pull/6405)) +### Dependencies + +- Bump Cocoa SDK from v9.19.1 to v9.20.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9200) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.20.0) + ## 8.17.2 ### Fixes diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 84189b7df6..2c7c3d7a67 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -54,7 +54,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - sentry_cocoa_version = '9.19.1' + sentry_cocoa_version = '9.20.0' # Opt-in to consuming sentry-cocoa via Swift Package Manager. # When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the