From 1f340f1217cd1e87b94561044d6366b13676c3e9 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 29 Oct 2024 03:08:47 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.39.0 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765c58f9c6..138c9e519c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ - Bump Android SDK from v7.15.0 to v7.16.0 ([#4202](https://github.com/getsentry/sentry-react-native/pull/4202)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160) - [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0) +- Bump Cocoa SDK from v8.38.0 to v8.39.0 ([#4212](https://github.com/getsentry/sentry-react-native/pull/4212)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.39.0) ## 6.1.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 0f26b95057..03c1f22d10 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.38.0' + s.dependency 'Sentry/HybridSDK', '8.39.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)