diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a17f0f..0cb3473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.8] - 8/30/18 + +* Fixes [iOS: pressing cancel doesn't stop scanning](https://github.com/apptreesoftware/flutter_barcode_reader/issues/60) thanks to @tgezginis. + ## [0.0.7] - 8/30/18 * Fix iOS barcodes not scanning diff --git a/pubspec.yaml b/pubspec.yaml index 5c79a69..59019f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: barcode_scan description: A flutter plugin for scanning 2D barcodes and QRCodes. -version: 0.0.7 +version: 0.0.8 author: Matthew Smith homepage: https://github.com/apptreesoftware/flutter_barcode_reader