File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Unreleased
4
+
5
+ ### Dependencies
6
+
7
+ - Bump Cocoa SDK from v8.3.1 to v8.42.1 ([ #198 ] ( https://github.com/ente-io/sentry-dart/pull/198 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.3.1...8.42.1 )
10
+
3
11
## 7.1.0
4
12
5
13
### 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.
12
12
:tag => s . version . to_s }
13
13
s . source_files = 'Classes/**/*'
14
14
s . public_header_files = 'Classes/**/*.h'
15
- s . dependency 'Sentry/HybridSDK' , '8.3 .1'
15
+ s . dependency 'Sentry/HybridSDK' , '8.42 .1'
16
16
s . ios . dependency 'Flutter'
17
17
s . osx . dependency 'FlutterMacOS'
18
18
s . ios . deployment_target = '11.0'
You can’t perform that action at this time.
0 commit comments