Skip to content

Commit cc5a4a0

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-11697] Bump iOS SDK to v11.7.0 (#335)
1 parent bea2703 commit cc5a4a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
* Bumps Instabug iOS SDK to v11.7.0
34
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
45
* Adds `hungarian` and `finnish` locales support
56
* Adds missing mapping for `norwegian` and `slovak` locales on iOS

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
1717
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
1818

1919
s.dependency 'Flutter'
20-
s.dependency 'Instabug', '11.6.0'
20+
s.dependency 'Instabug', '11.7.0'
2121
end
2222

0 commit comments

Comments
 (0)