From 197b6d847df3dc3023557121c97b0121054412a4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 19 Jan 2023 13:58:00 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.0.0 --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3b487835..76a73622c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.11.0 to v6.12.1 ([#2755](https://github.com/getsentry/sentry-react-native/pull/2755)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121) - [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1) +- Bump Cocoa SDK from v7.31.5 to v8.0.0 ([#2756](https://github.com/getsentry/sentry-react-native/pull/2756)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#800) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.5...8.0.0) ## 4.13.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index 1772902466..b0b112500d 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '7.31.5' + s.dependency 'Sentry/HybridSDK', '8.0.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'