From 63c45bd8b67722e0e49500e541d9d39add3d0841 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 20 Dec 2022 09:12:14 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 7.31.4 --- CHANGELOG.md | 3 +++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5110a0f943..48c31b9665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.9.2 to v6.10.0 ([#1194](https://github.com/getsentry/sentry-dart/pull/1194)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6100) - [diff](https://github.com/getsentry/sentry-java/compare/6.9.2...6.10.0) +- Bump Cocoa SDK from v7.31.3 to v7.31.4 ([#1190](https://github.com/getsentry/sentry-dart/pull/1190)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7314) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.3...7.31.4) ## 6.18.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 13ec03bccc..0d6208ce89 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.3' + s.dependency 'Sentry/HybridSDK', '7.31.4' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'