diff --git a/CHANGELOG.md b/CHANGELOG.md index eecc1cea4..4621c7095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,9 +52,9 @@ - Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#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), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0) -- 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) +- Bump Cocoa SDK from v8.41.0 to v8.42.1 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387), [#4399](https://github.com/getsentry/sentry-react-native/pull/4399)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.1) ## 6.4.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 221ff7b6c..449d19587 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.42.0' + s.dependency 'Sentry/HybridSDK', '8.42.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)