File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ Unreleased] ( https://github.com/Instabug/Instabug-Flutter/compare/v11.10.0...dev )
4
+
5
+ ### Changed
6
+
7
+ - Bump Instabug iOS SDK to v11.10.1 ([ #358 ] ( https://github.com/Instabug/Instabug-Flutter/pull/358 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/11.10.1 ) .
8
+
3
9
## [ 11.10.0] ( https://github.com/Instabug/Instabug-Flutter/compare/v11.9.0...v11.10.0 ) (April 12, 2023)
4
10
5
11
### Changed
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - Instabug (11.10.0 )
3
+ - Instabug (11.10.1 )
4
4
- instabug_flutter (11.10.0):
5
5
- Flutter
6
- - Instabug (= 11.10.0 )
6
+ - Instabug (= 11.10.1 )
7
7
- OCMock (3.6)
8
8
9
9
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
24
24
25
25
SPEC CHECKSUMS:
26
26
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27
- Instabug: 5b4694c5628a440fd52e047512502a0645e94985
28
- instabug_flutter: aa898c666f3fca54467efb80a1217004bc9202b8
27
+ Instabug: 8b0fcb6dd1bb91ae30a80176431d3e7f57ec3c4f
28
+ instabug_flutter: 328aa7af20d6d8677ffde688f7eaf407208be2e0
29
29
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992
30
30
31
31
PODFILE CHECKSUM: 637e800c0a0982493b68adb612d2dd60c15c8e5c
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
17
s . pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"' }
18
18
19
19
s . dependency 'Flutter'
20
- s . dependency 'Instabug' , '11.10.0 '
20
+ s . dependency 'Instabug' , '11.10.1 '
21
21
end
22
22
You can’t perform that action at this time.
0 commit comments