From 869cf07c1c1720ebc312aec05d8016d60939a5e9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 22 Nov 2024 03:25:48 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.40.1 --- CHANGELOG.md | 8 ++++++++ RNSentry.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81be6f7ec7..93129be289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Features + +- Bump Cocoa SDK from v7.23.0 to v8.40.1 ([#37](https://github.com/G2Patrik/sentry-react-native/pull/37)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...8.40.1) + ## 4.2.4 ### Fixes diff --git a/RNSentry.podspec b/RNSentry.podspec index 7a5e8e2b94..5ef2305f71 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.23.0' + s.dependency 'Sentry', '8.40.1' s.source_files = 'ios/RNSentry.{h,m}' s.public_header_files = 'ios/RNSentry.h'