From dc83c14a8fbc09fab6f359ffd78baa65ebf99cd4 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 17 Feb 2022 23:32:16 +0100 Subject: [PATCH] release of v0.7.0 --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb135ec..895336b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ -## 0.6.2 +## 0.7.0 +#### Features +* Add inverted feature for Android. See https://github.com/juliuscanute/qr_code_scanner/issues/403 + +#### Bugfixes * Fixed permission error on devices running Android 7 or lower. +* Fixed error being thrown when user declines permission on iOS. * Updated dependencies ## 0.6.1 diff --git a/pubspec.yaml b/pubspec.yaml index 67379b9..f44becc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qr_code_scanner description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. -version: 0.6.2 +version: 0.7.0 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner