From 1d5b559c414365fa346ee06fed6ba4516ea29a1f Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 5 Oct 2023 12:58:45 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.13.0 --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab9ebe68a8..4cf3244cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ - Bump CLI from v2.20.7 to v2.21.2 ([#3301](https://github.com/getsentry/sentry-react-native/pull/3301)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2212) - [diff](https://github.com/getsentry/sentry-cli/compare/2.20.7...2.21.2) +- Bump Cocoa SDK from v8.11.0 to v8.13.0 ([#3292](https://github.com/getsentry/sentry-react-native/pull/3292)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.0) ## 5.10.0 diff --git a/RNSentry.podspec b/RNSentry.podspec index cdaa913d3a..e6cfadb004 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.11.0' + s.dependency 'Sentry/HybridSDK', '8.13.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'