diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d5469bd..197703e4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ - Vendor `metro/countLines` function to avoid issues with the private import ([#5185](https://github.com/getsentry/sentry-react-native/pull/5185)) - Fix baseJSBundle and bundleToString TypeErrors with Metro 0.83.2 ([#5206](https://github.com/getsentry/sentry-react-native/pull/5206)) +### Dependencies + +- Bump Cocoa SDK from v8.56.0 to v8.56.1 ([#5197](https://github.com/getsentry/sentry-react-native/pull/5197)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8561) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.0...8.56.1) + ## 7.1.0 ### Fixes diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index dd4b6b202e..29e00b36d1 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.56.0' + s.dependency 'Sentry/HybridSDK', '8.56.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)