diff --git a/CHANGELOG.md b/CHANGELOG.md index 81be6f7ec7..5522cfbcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Cocoa SDK from v7.23.0 to v8.41.0 ([#40](https://github.com/G2Patrik/sentry-react-native/pull/40)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...8.41.0) + ## 4.2.4 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index 7a5e8e2b94..11ca675e5f 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', '8.41.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'