diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d2d7cfc0..accd02be22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,9 +16,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) +- Bump Cocoa SDK from v7.28.0 to v7.30.0 ([#1089](https://github.com/getsentry/sentry-dart/pull/1089), [#1101](https://github.com/getsentry/sentry-dart/pull/1101)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7300) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.28.0...7.30.0) ## 6.13.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index d351a4d7b3..9ed7f72101 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.29.0' + s.dependency 'Sentry', '~> 7.30.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'