diff --git a/CHANGELOG.md b/CHANGELOG.md index 516abf4818..30d26a0e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ Bump CLI from v2.20.5 to v2.20.6 ([#3265](https://github.com/getsentry/sentry-react-native/pull/3265)) [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2206) [diff](https://github.com/getsentry/sentry-cli/compare/2.20.5...2.20.6) + Bump Cocoa SDK from v8.10.0 to v8.11.0 ([#3245](https://github.com/getsentry/sentry-react-native/pull/3245)) + [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110) + [diff](https://github.com/getsentry/sentry-cocoa/compare/8.10.0...8.11.0) ## 5.9.1 - Bump Cocoa SDK from v8.9.4 to v8.10.0 ([#3250](https://github.com/getsentry/sentry-react-native/pull/3250)) diff --git a/RNSentry.podspec b/RNSentry.podspec index 8367796f1a..cdaa913d3a 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.10.0' + s.dependency 'Sentry/HybridSDK', '8.11.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'