diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e33245ec..626d0e5712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.27.0 to v8.28.0 ([#3866](https://github.com/getsentry/sentry-react-native/pull/3866)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8280) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.27.0...8.28.0) +- Bump Cocoa SDK from v8.27.0 to v8.29.0 ([#3866](https://github.com/getsentry/sentry-react-native/pull/3866), [#3890](https://github.com/getsentry/sentry-react-native/pull/3890)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8290) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.27.0...8.29.0) - Bump Android SDK from v7.8.0 to v7.10.0 ([#3805](https://github.com/getsentry/sentry-react-native/pull/3805)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7100) - [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.10.0) diff --git a/RNSentry.podspec b/RNSentry.podspec index fc7c319313..9f0ce1c1d4 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.28.0' + s.dependency 'Sentry/HybridSDK', '8.29.0' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'