From bf34dad26d3e635f30daab34f2f9ca0e1239879f Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 30 Oct 2023 11:22:01 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.14.2 --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad8d1f69a..068207eaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ - Bump JavaScript SDK from v7.73.0 to v7.75.1 ([#3344](https://github.com/getsentry/sentry-react-native/pull/3344)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7751) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.73.0...7.75.1) +- Bump Cocoa SDK from v8.13.0 to v8.14.2 ([#3340](https://github.com/getsentry/sentry-react-native/pull/3340)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8142) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.2) ## 5.11.1 diff --git a/RNSentry.podspec b/RNSentry.podspec index e6cfadb004..03a7f29106 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.13.0' + s.dependency 'Sentry/HybridSDK', '8.14.2' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'