diff --git a/CHANGELOG.md b/CHANGELOG.md index c7054acc8a..384e11706f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ - Bump Android SDK Stubs from v8.32.0 to v8.33.0 ([#5697](https://github.com/getsentry/sentry-react-native/pull/5697)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330) - [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0) -- Bump Cocoa SDK from v9.4.1 to v9.5.0 ([#5685](https://github.com/getsentry/sentry-react-native/pull/5685)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#950) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.1...9.5.0) +- Bump Cocoa SDK from v9.4.1 to v9.5.1 ([#5685](https://github.com/getsentry/sentry-react-native/pull/5685), [#5724](https://github.com/getsentry/sentry-react-native/pull/5724)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#951) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.4.1...9.5.1) - Bump CLI from v3.2.0 to v3.2.2 ([#5692](https://github.com/getsentry/sentry-react-native/pull/5692)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#322) - [diff](https://github.com/getsentry/sentry-cli/compare/3.2.0...3.2.2) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index cdcdb9c9b9..2424e6a3e3 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.5.0' + s.dependency 'Sentry', '9.5.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)