diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b37b45cf..ef271ff7e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ ### Dependencies +- Bump Cocoa SDK from v8.57.3 to v8.58.0 ([#5524](https://github.com/getsentry/sentry-react-native/pull/5524)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8580) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.0) - Bump JavaScript SDK from v10.30.0 to v10.33.0 ([#5480](https://github.com/getsentry/sentry-react-native/pull/5480), [#5487](https://github.com/getsentry/sentry-react-native/pull/5487), [#5496](https://github.com/getsentry/sentry-react-native/pull/5496), [#5522](https://github.com/getsentry/sentry-react-native/pull/5522)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10330) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.30.0...10.33.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 73fc82f87f..78fd549a00 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.57.3' + s.dependency 'Sentry/HybridSDK', '8.58.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)