diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b78e4a6b..847c254804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ - Bump Android SDK from v6.15.0 to v6.16.0 ([#2903](https://github.com/getsentry/sentry-react-native/pull/2903)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6160) - [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...6.16.0) +- Bump Cocoa SDK from v8.3.0 to v8.3.2 ([#2895](https://github.com/getsentry/sentry-react-native/pull/2895)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#832) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.0...8.3.2) ## 5.1.1 diff --git a/RNSentry.podspec b/RNSentry.podspec index 229cb756e4..7532c6966a 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.3.0' + s.dependency 'Sentry/HybridSDK', '8.3.2' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'