diff --git a/CHANGELOG.md b/CHANGELOG.md index 9903d618ce..97dc14e102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,9 +13,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.17.1 to v8.20.0 ([#3476](https://github.com/getsentry/sentry-react-native/pull/3476)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8200) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.20.0) +- Bump Cocoa SDK from v8.17.1 to v8.21.0 ([#3476](https://github.com/getsentry/sentry-react-native/pull/3476), [#3651](https://github.com/getsentry/sentry-react-native/pull/3651)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8210) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.21.0) ## 5.19.1 diff --git a/RNSentry.podspec b/RNSentry.podspec index f9eafb6ab4..1d0fc2f919 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.20.0' + s.dependency 'Sentry/HybridSDK', '8.21.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'