From b20a7670ddfc035d259a82148914dd4488dc9b7b Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 27 Jun 2023 13:06:13 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.8.0 --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c7bb1d3b..4164e7ef91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ - Bump CLI from v2.18.1 to v2.19.2 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192) - [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2) +- Bump Cocoa SDK from v8.7.3 to v8.8.0 ([#3123](https://github.com/getsentry/sentry-react-native/pull/3123)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#880) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.3...8.8.0) ## 5.6.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index aa2f9c0e15..2b2596c00b 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.7.3' + s.dependency 'Sentry/HybridSDK', '8.8.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'