From 519423f251b6c787fd39742528f413087966d476 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:07:01 +0100 Subject: [PATCH] chore(deps): update Cocoa SDK to v8.3.2 (#1350) Co-authored-by: GitHub --- CHANGELOG.md | 8 ++++++++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 715ef9d991..3ae4aa0928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.3.1 to v8.3.2 ([#1350](https://github.com/getsentry/sentry-dart/pull/1350)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#832) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.1...8.3.2) + ## 7.2.0 ### Features diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index d00923f9ff..8ea271f038 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry/HybridSDK', '8.3.1' + s.dependency 'Sentry/HybridSDK', '8.3.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'