Skip to content

Commit 3d5101d

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-11948] Bump iOS SDK to v11.9.0 (#341)
1 parent bb8e2e4 commit 3d5101d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Unreleased
22

33
* Bumps Instabug Android SDK to v11.9.0
4-
* Bumps Instabug iOS SDK to v11.7.0
4+
* Bumps Instabug iOS SDK to v11.9.0
55
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
66
* Deprecates `Instabug.setDebugEnabled`, `Instabug.setSdkDebugLogsLevel`, and `APM.setLogLevel` in favour of `debugLogsLevel` property, which can be passed while initializing the SDK using `Instabug.init`.
77
* Deprecates the `IBGSDKDebugLogsLevel` enum in favour of the `LogLevel` enum.

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.7.0'
20+
s.dependency 'Instabug', '11.9.0'
2121
end
2222

0 commit comments

Comments
 (0)