diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e215db03..22d786d372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0) +- Bump Cocoa SDK from v8.21.0 to v8.22.2 ([#3696](https://github.com/getsentry/sentry-react-native/pull/3696)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8222) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.22.2) ## 5.20.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index e6e2164404..d0507be7c1 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.21.0' + s.dependency 'Sentry/HybridSDK', '8.22.2' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'