diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ef157e33..61622e03c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ - Bump Android SDK from v6.25.2 to v6.28.0 ([#1586](https://github.com/getsentry/sentry-dart/pull/1586)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6280) - [diff](https://github.com/getsentry/sentry-java/compare/6.25.2...6.28.0) +- Bump Cocoa SDK from v8.9.1 to v8.9.4 ([#1584](https://github.com/getsentry/sentry-dart/pull/1584)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#894) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.1...8.9.4) ## 7.9.0 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 2962a98cf2..bb54289dd1 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.4' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'