diff --git a/CHANGELOG.md b/CHANGELOG.md index 598582c8af..6550cf8e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Disable `enableUserInteractionBreadcrumbs` on Android when `enableAutoNativeBreadcrumbs` is disabled ([#1131](https://github.com/getsentry/sentry-dart/pull/1131)) +### Dependencies + +- Bump Cocoa SDK from v7.30.2 to v7.31.0 ([#1132](https://github.com/getsentry/sentry-dart/pull/1132)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7310) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.2...7.31.0) + ## 6.15.1 ### Dependencies diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 1cfbfe30af..0ed49d91ac 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', '7.30.2' + s.dependency 'Sentry/HybridSDK', '7.31.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0' diff --git a/flutter/scripts/update-cocoa.sh b/flutter/scripts/update-cocoa.sh index 81855174db..ebe557c405 100755 --- a/flutter/scripts/update-cocoa.sh +++ b/flutter/scripts/update-cocoa.sh @@ -18,7 +18,7 @@ get-repo) echo "https://github.com/getsentry/sentry-cocoa.git" ;; set-version) - newValue="${BASH_REMATCH[1]}$2'" + newValue="${BASH_REMATCH[1]}'$2'" echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file ;; *)