diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0255ccc4..b9bcffe5db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.30.0 to v8.30.1 ([#3936](https://github.com/getsentry/sentry-react-native/pull/3936)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8301) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.30.0...8.30.1) + ## 5.25.0 ### Features diff --git a/RNSentry.podspec b/RNSentry.podspec index b60fe0b09f..65b633921a 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.30.0' + s.dependency 'Sentry/HybridSDK', '8.30.1' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'