diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f821752cd..9ad49fa77a 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 v8.58.0 to v9.3.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#930) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.58.0...9.3.0) + ## 7.11.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 78fd549a00..2be8e5f421 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -46,7 +46,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.58.0' + s.dependency 'Sentry/HybridSDK', '9.3.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)