diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c079c5ee6..4ad8aea675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Cocoa SDK to v7.21.0 ([#2374](https://github.com/getsentry/sentry-react-native/pull/2374)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.20.0...7.21.0) + ## 4.1.3 fix: Solve reference to private cocoa SDK class #2369 diff --git a/RNSentry.podspec b/RNSentry.podspec index 958391b572..7f5ba74ce3 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.20.0' + s.dependency 'Sentry', '7.21.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'