diff --git a/CHANGELOG.md b/CHANGELOG.md index 47145a41d4..d9de6dce32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,9 @@ - Bump Android SDK from v8.43.1 to v8.44.0 ([#6273](https://github.com/getsentry/sentry-react-native/pull/6273), [#6310](https://github.com/getsentry/sentry-react-native/pull/6310)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8440) - [diff](https://github.com/getsentry/sentry-java/compare/8.43.1...8.44.0) -- Bump Cocoa SDK from v9.16.1 to v9.17.1 ([#6272](https://github.com/getsentry/sentry-react-native/pull/6272)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9171) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.16.1...9.17.1) +- Bump Cocoa SDK from v9.16.1 to v9.18.0 ([#6272](https://github.com/getsentry/sentry-react-native/pull/6272), [#6311](https://github.com/getsentry/sentry-react-native/pull/6311)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9180) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.16.1...9.18.0) - Bump JavaScript SDK from v10.57.0 to v10.58.0 ([#6296](https://github.com/getsentry/sentry-react-native/pull/6296)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10580) - [diff](https://github.com/getsentry/sentry-javascript/compare/10.57.0...10.58.0) diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index a454f6a5e1..12eef5804d 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -50,7 +50,7 @@ Pod::Spec.new do |s| 'DEFINES_MODULE' => 'YES' } - sentry_cocoa_version = '9.17.1' + sentry_cocoa_version = '9.18.0' # Opt-in to consuming sentry-cocoa via Swift Package Manager. # When `SENTRY_USE_SPM=1` is set, RNSentry pulls `Sentry` from the