diff --git a/CHANGELOG.md b/CHANGELOG.md index e5958db79e..da4d81c609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Android SDK from v6.18.1 to v6.19.0 ([#1455](https://github.com/getsentry/sentry-dart/pull/1455)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190) - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0) +- Bump Cocoa SDK from v8.7.1 to v8.7.2 ([#1458](https://github.com/getsentry/sentry-dart/pull/1458)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#872) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.7.1...8.7.2) ## 7.6.1 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 5cce52c0c6..d6b1acc053 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.7.1' + s.dependency 'Sentry/HybridSDK', '8.7.2' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'