diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b255a2c9..e3e8374e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ - Bump CLI from v3.4.1 to v3.4.2 ([#6129](https://github.com/getsentry/sentry-react-native/pull/6129)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#342) - [diff](https://github.com/getsentry/sentry-cli/compare/3.4.1...3.4.2) +- Bump Cocoa SDK from v9.12.1 to v9.13.0 ([#6137](https://github.com/getsentry/sentry-react-native/pull/6137)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9130) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.1...9.13.0) ## 8.11.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index f786fb7520..823904a6fe 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -50,7 +50,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - s.dependency 'Sentry', '9.12.1' + s.dependency 'Sentry', '9.13.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)