From 55e5fdab454519971accffc6188958e0b1ddcaa7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 13:27:16 +0200 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.5.0 (#2977) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5ce0ae9..3212f0be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump JavaScript SDK from v7.47.0 to v7.48.0 ([#2975](https://github.com/getsentry/sentry-react-native/pull/2975) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7480) - [diff](https://github.com/getsentry/sentry-javascript/compare/7.47.0...7.48.0) +- Bump Cocoa SDK from v8.4.0 to v8.5.0 ([#2977](https://github.com/getsentry/sentry-react-native/pull/2977)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#850) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.5.0) ## 5.3.1 diff --git a/RNSentry.podspec b/RNSentry.podspec index 45e515592..765358668 100644 --- a/RNSentry.podspec +++ b/RNSentry.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.preserve_paths = '*.js' s.dependency 'React-Core' - s.dependency 'Sentry/HybridSDK', '8.4.0' + s.dependency 'Sentry/HybridSDK', '8.5.0' s.source_files = 'ios/**/*.{h,mm}' s.public_header_files = 'ios/RNSentry.h'