diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd2434c6b..c60aa4104e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - SENTRY_DIST accepts non-number values on Android ([#2395](https://github.com/getsentry/sentry-react-native/pull/2395)) +### Features + +- Bump Cocoa SDK to v7.22.0 ([#2392](https://github.com/getsentry/sentry-react-native/pull/2392)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7220) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.21.0...7.22.0) + ## 4.2.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index 7f5ba74ce3..c41836767d 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry', '7.21.0' + s.dependency 'Sentry', '7.22.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'