diff --git a/CHANGELOG.md b/CHANGELOG.md index a021630af8..61abdd90f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Deep merge custom `styles` with defaults in `FeedbackWidget` instead of replacing them ([#5625](https://github.com/getsentry/sentry-react-native/pull/5625)) - Note that partial style overrides now preserve default properties like padding and borders +### Dependencies + +- Bump Cocoa SDK from v8.58.0 to v9.4.0 ([#5417](https://github.com/getsentry/sentry-react-native/pull/5417)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#940) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.58.0...9.4.0) + ## 7.12.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 78fd549a00..16d5159c0a 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.4.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)