We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf27e0 commit a092fbaCopy full SHA for a092fba
CHANGELOG.md
@@ -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
7
## v10.9.0 (2021-09-28)
8
9
* Migrates to Flutter Android embedding v2
android/build.gradle
@@ -34,6 +34,6 @@ android {
34
}
35
36
dependencies {
37
- implementation 'com.instabug.library:instabug:10.9.0'
+ implementation 'com.instabug.library:instabug:10.9.1'
38
testImplementation 'junit:junit:4.12'
39
0 commit comments