Skip to content

Commit 4ba9e18

Browse files
authored
Merge pull request #208 from Instabug/release/10.9.1
[MOB-6114] Release/10.9.1
2 parents 91f129e + f92db4f commit 4ba9e18

File tree

6 files changed

+10
-36
lines changed

6 files changed

+10
-36
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v10.9.1 (2021-10-13)
2+
3+
* Bumps Instabug Android SDK to v10.9.1
4+
* Bumps Instabug iOS SDK to v10.9.3
5+
* Fixes an issue with network requests not getting logged on iOS
6+
17
## v10.9.0 (2021-09-28)
28

39
* Migrates to Flutter Android embedding v2

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ android {
3434
}
3535
}
3636
dependencies {
37-
implementation 'com.instabug.library:instabug:10.9.0'
37+
implementation 'com.instabug.library:instabug:10.9.1'
3838
testImplementation 'junit:junit:4.12'
3939
}

example/ios/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
**/DerivedData/
1111
Icon?
1212
**/Pods/
13+
Podfile.lock
1314
**/.symlinks/
1415
profile
1516
xcuserdata

example/ios/Podfile.lock

Lines changed: 0 additions & 33 deletions
This file was deleted.

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'Instabug', '10.9.2'
18+
s.dependency 'Instabug', '10.9.3'
1919

2020
s.ios.deployment_target = '10.0'
2121
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 10.9.0
2+
version: 10.9.1
33
description: >-
44
Deliver the best user experience through a comprehensive platform that will
55
help you uncover, analyze and fix any app performance, quality or stability issues.

0 commit comments

Comments
 (0)