diff --git a/CHANGELOG.md b/CHANGELOG.md index 77684ef..96d0215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.2.0 + +* Downgraded image version from v3.4.0 to v3.3.0 to resolve iOS detection issue. +* Downgraded zxing-cpp from v3.0.0 to v2.0.0 to fix QR code decoding issues. +* Resolved multiple code scan issue that occurred when using image path by implementing a fix. + ## 1.1.2 * Fixed issue with onControllerCreated callback is sometimes not called diff --git a/pubspec.yaml b/pubspec.yaml index 809c666..f373ca7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 1.1.2 +version: 1.2.0 repository: https://github.com/khoren93/flutter_zxing environment: