diff --git a/CHANGELOG.md b/CHANGELOG.md index e558039d62..e8ce2a5120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.8.0 to v8.9.1 ([#1553](https://github.com/getsentry/sentry-dart/pull/1553)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#891) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.1) +- Bump Cocoa SDK from v8.8.0 to v8.9.2 ([#1553](https://github.com/getsentry/sentry-dart/pull/1553), [#1563](https://github.com/getsentry/sentry-dart/pull/1563)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#892) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.2) - Bump Android SDK from v6.23.0 to v6.25.2 ([#1554](https://github.com/getsentry/sentry-dart/pull/1554)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6252) - [diff](https://github.com/getsentry/sentry-java/compare/6.23.0...6.25.2) diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 2962a98cf2..6e98a5c631 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', '8.9.1' + s.dependency 'Sentry/HybridSDK', '8.9.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'