From f922f8fd57e0574f28866f4b860f5d674bdb15e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:08:10 +0000 Subject: [PATCH] chore(deps): update Cocoa SDK to v7.29.0 (#1089) Co-authored-by: GitHub --- 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 76bb083f30..ee0b815a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.5.0 to v6.6.0 ([#1090](https://github.com/getsentry/sentry-dart/pull/1090)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660) - [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0) +- Bump Cocoa SDK from v7.28.0 to v7.29.0 ([#1089](https://github.com/getsentry/sentry-dart/pull/1089)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.29.0) ## 6.13.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 0fe048478e..d351a4d7b3 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.28.0' + s.dependency 'Sentry', '~> 7.29.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'