diff --git a/CHANGELOG.md b/CHANGELOG.md index 3917f792de..5b8d15da91 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.56.2 to v8.57.0 ([#5](https://github.com/Aetonix/sentry-react-native/pull/5)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8570) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.2...8.57.0) + ## 7.3.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 3548e17a6f..bab1567295 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.2' + s.dependency 'Sentry/HybridSDK', '8.57.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)