diff --git a/CHANGELOG.md b/CHANGELOG.md index 38caa6a..b8bf1e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog +## 1.0.0-beta.3 + +* Added the following properties to Code: + * isInverted + * isMirrored + * duration +* Implemented image resizing before decoding + ## 1.0.0-beta.2 -* minor improvements +* Minor improvements ## 1.0.0-beta.1 diff --git a/pubspec.yaml b/pubspec.yaml index 8cbe61b..807afc1 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.0.0-beta.2 +version: 1.0.0-beta.3 repository: https://github.com/khoren93/flutter_zxing environment: