diff --git a/CHANGELOG.md b/CHANGELOG.md index 135738a41..477d1791a 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.40.1 to v8.41.0-beta.1 ([#4295](https://github.com/getsentry/sentry-react-native/pull/4295)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410-beta1) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0-beta.1) + ## 6.3.0-beta.1 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 222e5d312..803fdcdc3 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.40.1' + s.dependency 'Sentry/HybridSDK', '8.41.0-beta.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)