diff --git a/CHANGELOG.md b/CHANGELOG.md index 915a259488..eeac6bc9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v9.3.0 to v9.4.0 ([#5619](https://github.com/getsentry/sentry-react-native/pull/5619)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#940) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.3.0...9.4.0) + ## 8.0.0-beta.0 ### Upgrading from 7.x to 8.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 76e4140ce4..5966513a83 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.3.0' + s.dependency 'Sentry', '9.4.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)