diff --git a/CHANGELOG.md b/CHANGELOG.md index 4982720ff9..5167ad5b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.34.0 to v8.35.0 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8350) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.35.0) +- Bump Cocoa SDK from v8.34.0 to v8.35.1 ([#4037](https://github.com/getsentry/sentry-react-native/pull/4037), [#4046](https://github.com/getsentry/sentry-react-native/pull/4046)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8351) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.34.0...8.35.1) ## 5.30.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index 6a605ddbc9..342f65bc22 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.35.0' + s.dependency 'Sentry/HybridSDK', '8.35.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)