diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ffc114a9..7bb9e79e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ - Bump Android SDK Stubs from v8.25.0 to v8.26.0 ([#5365](https://github.com/getsentry/sentry-react-native/pull/5365)) - [changelog](https://github.com/getsentry/sentry-java/blob/cursor/categorize-sentry-options-3f0a main/CHANGELOG.md#8260) - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0) +- Bump Cocoa SDK from v8.57.2 to v8.57.3 ([#5375](https://github.com/getsentry/sentry-react-native/pull/5375)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.2...8.57.3) ## 7.6.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 6ee4619779..73fc82f87f 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.2' + s.dependency 'Sentry/HybridSDK', '8.57.3' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)