diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c34c634b..04fd9ddbec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - App Start Native Frames can start with zeroed values ([#3881](https://github.com/getsentry/sentry-react-native/pull/3881)) +### Dependencies + +- Bump Cocoa SDK from v8.28.0 to v8.29.1 ([#3890](https://github.com/getsentry/sentry-react-native/pull/3890)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8291) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.28.0...8.29.1) + ## 5.24.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index fc7c319313..c0bc242be2 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.28.0' + s.dependency 'Sentry/HybridSDK', '8.29.1' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'