File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ ### Dependencies
6+
7+ - Bump Cocoa SDK from v8.3.1 to v8.56.1 ([ #273 ] ( https://github.com/ente-io/sentry-dart/pull/273 ) )
8+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8561 )
9+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.3.1...8.56.1 )
10+
311## 7.1.0
412
513### Features
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212 :tag => s . version . to_s }
1313 s . source_files = 'Classes/**/*'
1414 s . public_header_files = 'Classes/**/*.h'
15- s . dependency 'Sentry/HybridSDK' , '8.3 .1'
15+ s . dependency 'Sentry/HybridSDK' , '8.56 .1'
1616 s . ios . dependency 'Flutter'
1717 s . osx . dependency 'FlutterMacOS'
1818 s . ios . deployment_target = '11.0'
You can’t perform that action at this time.
0 commit comments