From bcf68f751b7a9825d530852b7be8702e7d13ff0a Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 10 Sep 2022 03:48:23 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 7.25.0 --- CHANGELOG.md | 6 +++--- flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa493b1388..340dc82257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ - Bump Android SDK from v6.3.1 to v6.4.1 ([#989](https://github.com/getsentry/sentry-dart/pull/989)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#641) - [diff](https://github.com/getsentry/sentry-java/compare/6.3.1...6.4.1) -- Bump Cocoa SDK from v7.23.0 to v7.24.1 ([#993](https://github.com/getsentry/sentry-dart/pull/993), [#996](https://github.com/getsentry/sentry-dart/pull/996)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7241) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.24.1) +- Bump Cocoa SDK from v7.23.0 to v7.25.0 ([#993](https://github.com/getsentry/sentry-dart/pull/993), [#996](https://github.com/getsentry/sentry-dart/pull/996), [#1000](https://github.com/getsentry/sentry-dart/pull/1000)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7250) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.23.0...7.25.0) ## 6.9.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 2827f5b990..2669e0d788 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.24.1' + s.dependency 'Sentry', '~> 7.25.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'