diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd4a5f58..c13183739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump CLI from v2.30.4 to v2.31.2 ([#3719](https://github.com/getsentry/sentry-react-native/pull/3719)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2312) - [diff](https://github.com/getsentry/sentry-cli/compare/2.30.4...2.31.2) +- Bump Cocoa SDK from v8.25.0 to v8.25.2 ([#3802](https://github.com/getsentry/sentry-react-native/pull/3802)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8252) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.25.2) ## 5.22.2 diff --git a/RNSentry.podspec b/RNSentry.podspec index f01cc221d..b8ed7705b 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.25.0' + s.dependency 'Sentry/HybridSDK', '8.25.2' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'