diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa40a745e..319aa9695a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ - Bump JavaScript SDK from v7.40.0 to v7.43.0 ([#2874](https://github.com/getsentry/sentry-react-native/pull/2874)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7430) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.40.0...7.43.0) +- Bump Cocoa SDK from v8.3.0 to v8.3.1 ([#2895](https://github.com/getsentry/sentry-react-native/pull/2895)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#831) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.0...8.3.1) ## 5.1.1 diff --git a/RNSentry.podspec b/RNSentry.podspec index 229cb756e4..bd718f18a5 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.1' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'