diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df500561..f98023827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v10.9.1 (2021-10-13) + +* Bumps Instabug Android SDK to v10.9.1 +* Bumps Instabug iOS SDK to v10.9.3 +* Fixes an issue with network requests not getting logged on iOS + ## v10.9.0 (2021-09-28) * Migrates to Flutter Android embedding v2 diff --git a/android/build.gradle b/android/build.gradle index 885f1aae5..93ec9208b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,6 +34,6 @@ android { } } dependencies { - implementation 'com.instabug.library:instabug:10.9.0' + implementation 'com.instabug.library:instabug:10.9.1' testImplementation 'junit:junit:4.12' } diff --git a/example/ios/.gitignore b/example/ios/.gitignore index e96ef602b..00326711d 100644 --- a/example/ios/.gitignore +++ b/example/ios/.gitignore @@ -10,6 +10,7 @@ **/DerivedData/ Icon? **/Pods/ +Podfile.lock **/.symlinks/ profile xcuserdata diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock deleted file mode 100644 index a306652fa..000000000 --- a/example/ios/Podfile.lock +++ /dev/null @@ -1,33 +0,0 @@ -PODS: - - Flutter (1.0.0) - - Instabug (10.9.2) - - instabug_flutter (0.0.1): - - Flutter - - Instabug (= 10.9.2) - - OCMock (3.6) - -DEPENDENCIES: - - Flutter (from `Flutter`) - - instabug_flutter (from `.symlinks/plugins/instabug_flutter/ios`) - - OCMock (= 3.6) - -SPEC REPOS: - trunk: - - Instabug - - OCMock - -EXTERNAL SOURCES: - Flutter: - :path: Flutter - instabug_flutter: - :path: ".symlinks/plugins/instabug_flutter/ios" - -SPEC CHECKSUMS: - Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - Instabug: 0162662ec77995286850cce17080752fab4417f2 - instabug_flutter: 6b5832241dd506faa404d02569369ce69b6d6c68 - OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 - -PODFILE CHECKSUM: 082ec096394aa5e2e9254f7b7845847607911bda - -COCOAPODS: 1.11.2 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 3f5f0e579..808b55e3e 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -15,7 +15,7 @@ A new flutter plugin project. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'Instabug', '10.9.2' + s.dependency 'Instabug', '10.9.3' s.ios.deployment_target = '10.0' s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} diff --git a/pubspec.yaml b/pubspec.yaml index 2e6452380..54da3c8e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 10.9.0 +version: 10.9.1 description: >- Deliver the best user experience through a comprehensive platform that will help you uncover, analyze and fix any app performance, quality or stability issues.