diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b75411f9..6418b28f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - Enable "Open Sentry" button in Playground for Expo apps ([#5947](https://github.com/getsentry/sentry-react-native/pull/5947)) +### Dependencies + +- Bump Cocoa SDK from v9.8.0 to v9.9.0 ([#5956](https://github.com/getsentry/sentry-react-native/pull/5956)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#990) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.8.0...9.9.0) + ## 8.7.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index a6c822d0f5..618f0787de 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.8.0' + s.dependency 'Sentry', '9.9.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)