diff --git a/CHANGELOG.md b/CHANGELOG.md index 1426c3e..f13a874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 + +* added 'readImagePath' function +* added 'readImagePathString' function +* added 'readImageUrl' function + ## 0.1.3 * minor improvements diff --git a/pubspec.yaml b/pubspec.yaml index 074816d..f83c84b 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.1.3 +version: 0.2.0 repository: https://github.com/khoren93/flutter_zxing environment: