diff --git a/CHANGELOG.md b/CHANGELOG.md index b20cd8430a..793549aa0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ - Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710), [#1713](https://github.com/getsentry/sentry-dart/pull/1713)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331) - [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1) -- Bump Cocoa SDK from v8.14.2 to v8.15.0 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8150) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.0) +- Bump Cocoa SDK from v8.14.2 to v8.15.1 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712), [#1714](https://github.com/getsentry/sentry-dart/pull/1714)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8151) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.1) ## 7.12.0 diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index f32d6a8c34..140ac1ea01 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.15.0' + s.dependency 'Sentry/HybridSDK', '8.15.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '11.0'