diff --git a/CHANGELOG.md b/CHANGELOG.md index 818026b536..690ec8694e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.7.3 to v8.8.0 ([#3123](https://github.com/getsentry/sentry-react-native/pull/3123)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#880) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.8.0) + ## 5.6.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index aa2f9c0e15..2b2596c00b 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.7.3' + s.dependency 'Sentry/HybridSDK', '8.8.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'