From 22dd44bb45f238dbade1a91814a07e76b17e4144 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 27 Mar 2024 11:31:11 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.22.4 --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8fe8f27d8..9bd15b6876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ - Bump Android SDK from v7.5.0 to v7.6.0 ([#3675](https://github.com/getsentry/sentry-react-native/pull/3675)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#760) - [diff](https://github.com/getsentry/sentry-java/compare/7.5.0...7.6.0) +- Bump Cocoa SDK from v8.21.0 to v8.22.4 ([#3696](https://github.com/getsentry/sentry-react-native/pull/3696)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8224) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.22.4) ## 5.20.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index e6e2164404..3ad213201c 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.21.0' + s.dependency 'Sentry/HybridSDK', '8.22.4' s.source_files = 'ios/**/*.{h,m,mm}' s.public_header_files = 'ios/RNSentry.h'