diff --git a/CHANGELOG.md b/CHANGELOG.md index 81be6f7ec7..457247a7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Cocoa SDK from v7.23.0 to v9.1.0 ([#188](https://github.com/G2Patrik/sentry-react-native/pull/188)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#910) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...9.1.0) + ## 4.2.4 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index 7a5e8e2b94..8eea5eee30 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.23.0' + s.dependency 'Sentry', '9.1.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'