diff --git a/CHANGELOG.md b/CHANGELOG.md index cd47bf3db..862d02042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,9 @@ - Bump Android SDK from v7.20.0 to v7.20.1 ([#4467](https://github.com/getsentry/sentry-react-native/pull/4467)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201) - [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1) +- Bump Cocoa SDK from v8.43.0 to v8.44.0 ([#4495](https://github.com/getsentry/sentry-react-native/pull/4495)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8440) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.43.0...8.44.0) ## 6.5.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 97c4fd315..1d1852d10 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.43.0' + s.dependency 'Sentry/HybridSDK', '8.44.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)