Skip to content

Commit 103bd2e

Browse files
authored
Bump iOS SDK to v11.2.0 (#266)
1 parent cc863e8 commit 103bd2e

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,6 +1,7 @@
11
## Unreleased
22

33
* Bumps Instabug Android SDK to v11.4.1
4+
* Bumps Instabug iOS SDK to v11.2.0
45
* Fixes an issue with BugReporting.setInvocationEvents on iOS that always sets the event to none
56
* Fixes an issue with network logging on iOS which caused the initial network requests logs to be skipped
67
* Renames Android package from com.instabug.instabugFlutter to com.instabug.flutter

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

0 commit comments

Comments
 (0)