File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
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.35.1 to v8.36.0 ([ #2252 ] ( https://github.com/getsentry/sentry-dart/pull/2252 ) )
8
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360 )
9
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.35.1...8.36.0 )
10
+
3
11
## 8.8.0
4
12
5
13
### Features
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
16
16
:tag => s . version . to_s }
17
17
s . source_files = 'Classes/**/*'
18
18
s . public_header_files = 'Classes/**/*.h'
19
- s . dependency 'Sentry/HybridSDK' , '8.35.1 '
19
+ s . dependency 'Sentry/HybridSDK' , '8.36.0 '
20
20
s . ios . dependency 'Flutter'
21
21
s . osx . dependency 'FlutterMacOS'
22
22
s . ios . deployment_target = '12.0'
Original file line number Diff line number Diff line change 1
- version = 3.24.0
1
+ version = 3.24.1
2
2
repo = https://github.com/flutter/flutter
You can’t perform that action at this time.
0 commit comments