From d577272629fa146839ed8d2ef14873a08d3859a3 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 18 Nov 2022 14:53:44 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 7.31.2 --- CHANGELOG.md | 6 ++++++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ffc0ee53..042ec4276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Do not attach headers if Span is NoOp ([#1143](https://github.com/getsentry/sentry-dart/pull/1143)) +### Dependencies + +- Bump Cocoa SDK from v7.31.1 to v7.31.2 ([#1146](https://github.com/getsentry/sentry-dart/pull/1146)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.1...7.31.2) + ## 6.16.0 ### Features diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 2cfbb4e9f..acca5276d 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', '7.31.1' + s.dependency 'Sentry/HybridSDK', '7.31.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'