diff --git a/CHANGELOG.md b/CHANGELOG.md index df711ee314..65db0ca114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,9 +29,9 @@ - Bump CLI from v3.1.0 to v3.2.0 ([#5528](https://github.com/getsentry/sentry-react-native/pull/5528)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#320) - [diff](https://github.com/getsentry/sentry-cli/compare/3.1.0...3.2.0) -- Bump Cocoa SDK from v9.3.0 to v9.4.0 ([#5619](https://github.com/getsentry/sentry-react-native/pull/5619)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#940) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.3.0...9.4.0) +- Bump Cocoa SDK from v9.3.0 to v9.4.1 ([#5619](https://github.com/getsentry/sentry-react-native/pull/5619), [#5656](https://github.com/getsentry/sentry-react-native/pull/5656)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#941) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.3.0...9.4.1) - Bump Bundler Plugins from v4.9.0 to v4.9.1 ([#5649](https://github.com/getsentry/sentry-react-native/pull/5649)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#491) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/4.9.0...4.9.1) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 5966513a83..d8b8e414f0 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.4.0' + s.dependency 'Sentry', '9.4.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)