From 21d15d303889776ab9d733aec657f427da0886c1 Mon Sep 17 00:00:00 2001 From: John Ryan Date: Tue, 17 Apr 2018 12:17:33 -0700 Subject: [PATCH] update version, changelog to prepare for release --- CHANGELOG.md | 17 +++++++++++------ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a1f39..590e6d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ -## [0.0.1] - 10/29/17 +## [0.0.4] - 2/8/17 -* Supports 2D & QR Codes -* Control flash while scanning +* Fix missing gradle dependency (thanks to [toteto](https://github.com/apptreesoftware/flutter_barcode_reader/pull/15)) +* Update gradle dependencies + +## [0.0.3] - 2/8/17 + +* Improved permission handling (thanks to [BenSower](https://github.com/BenSower)) +* Added MIT license ## [0.0.2] - 11/7/17 * Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968) -## [0.0.3] - 2/8/17 +## [0.0.1] - 10/29/17 -* Improved permission handling (thanks to [BenSower](https://github.com/BenSower)) -* Added MIT license \ No newline at end of file +* Supports 2D & QR Codes +* Control flash while scanning diff --git a/pubspec.yaml b/pubspec.yaml index 133bddd..3903f40 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.3 +version: 0.0.4 author: Matthew Smith homepage: https://github.com/apptreesoftware/flutter_barcode_reader