From 533541f4e58663ad00c7178837b429b600aeb86f Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 7 Nov 2022 08:38:57 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 7.30.1 --- 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 233903dbda..2cfc49373c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.6.0 to v6.7.0 ([#1105](https://github.com/getsentry/sentry-dart/pull/1105)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670) - [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.0) +- Bump Cocoa SDK from v7.30.0 to v7.30.1 ([#1104](https://github.com/getsentry/sentry-dart/pull/1104)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7301) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.0...7.30.1) ## 6.14.0 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 9ed7f72101..edf2cde55e 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', '~> 7.30.0' + s.dependency 'Sentry', '~> 7.30.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'