From a29d2bce9614ce5fcce36817cc9d04f9d39e2db0 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 16 Jul 2022 03:29:24 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 7.21.0 --- CHANGELOG.md | 8 ++++++++ RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c079c5ee6..4ad8aea675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Cocoa SDK to v7.21.0 ([#2374](https://github.com/getsentry/sentry-react-native/pull/2374)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.20.0...7.21.0) + ## 4.1.3 fix: Solve reference to private cocoa SDK class #2369 diff --git a/RNSentry.podspec b/RNSentry.podspec index 958391b572..7f5ba74ce3 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', '7.20.0' + s.dependency 'Sentry', '7.21.0' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'