diff --git a/CHANGELOG.md b/CHANGELOG.md index 243284c49..f0347d430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ > make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first. + +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.50.2 to v8.51.0 ([#4843](https://github.com/getsentry/sentry-react-native/pull/4843)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8510) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.0...8.51.0) + + ## 7.0.0-alpha.0 ### Upgrading from 6.x to 7.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index ff50ffeed..715b60bd8 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.50.0' + s.dependency 'Sentry/HybridSDK', '8.51.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)