diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9c24eca2..835eb20800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Align span spec for serialize ops ([#1024](https://github.com/getsentry/sentry-dart/pull/1024)) +### Features + +- Bump Cocoa SDK from v7.25.1 to v7.26.0 ([#1023](https://github.com/getsentry/sentry-dart/pull/1023)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7260) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.26.0) + ## 6.11.0 ### Fixes diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 384fc7de33..aceabbfb29 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.25.1' + s.dependency 'Sentry', '~> 7.26.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'