diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e05d5..f500d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.0 + +* added ability to set localization messages for `writer_widget` +* fixed bug where iOS crashes when creating a new barcode + ## 0.7.4 * updated readme @@ -28,7 +33,9 @@ * fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202)) ## 0.4.0 + Breaking changes + * removed `FlutterZxing` class, call all methods directly * added read multiple barcodes methods diff --git a/pubspec.yaml b/pubspec.yaml index 754af59..dbfda8d 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: 0.7.4 +version: 0.8.0 repository: https://github.com/khoren93/flutter_zxing environment: