diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e263a4153..32b89dc5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,9 @@ - Bump Bundler Plugins from v3.4.0 to v3.5.0 ([#4850](https://github.com/getsentry/sentry-react-native/pull/4850)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#350) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/3.4.0...3.5.0) +- Bump Cocoa SDK from v8.50.2 to v8.51.1 ([#4839](https://github.com/getsentry/sentry-react-native/pull/4839)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8511) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.50.2...8.51.1) ## 6.14.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 6d2fcc8bb1..070de46982 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.50.2' + s.dependency 'Sentry/HybridSDK', '8.51.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)