diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d540a0998..e26eddc764 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.52.1 to v8.53.1 ([#4950](https://github.com/getsentry/sentry-react-native/pull/4950)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.52.1...8.53.1) + ## 6.16.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index c5fde1f876..c896dddf1f 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -44,7 +44,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.52.1' + s.dependency 'Sentry/HybridSDK', '8.53.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)