diff --git a/CHANGELOG.md b/CHANGELOG.md index d38c474a1..46650875a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ - Bump JavaScript SDK from v8.40.0 to v8.45.1 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8451) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.45.1) +- Bump Cocoa SDK from v8.41.0 to v8.42.0 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8420) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.0) ## 6.4.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index d3b9a95f2..221ff7b6c 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.41.0' + s.dependency 'Sentry/HybridSDK', '8.42.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)