diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cac73c6f..280449907d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ - Bump CLI from v3.2.2 to v3.2.3 ([#5743](https://github.com/getsentry/sentry-react-native/pull/5743)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#323) - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.2...3.2.3) +- Bump Cocoa SDK from v9.5.1 to v9.6.0 ([#5759](https://github.com/getsentry/sentry-react-native/pull/5759)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#960) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.5.1...9.6.0) ## 8.2.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 2424e6a3e3..b780e63a47 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.5.1' + s.dependency 'Sentry', '9.6.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)