diff --git a/CHANGELOG.md b/CHANGELOG.md index 931771a..80df4ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.6.0 +#### Features +* Add support for raw bytes on iOS. (#421) +* Add custom cutout width and height next to cutout size. (#432) + +#### Bugfixes +* Fix for calling permission multiple times. (#381) +* Fix for QRView Overlay cutoutbottomoffset. (#383) +* Multiple minor improvements + ## 0.5.2 #### Bugfixes * Increased delay to fix QRView opening zoomed in on some devices by adding small delay to updateDimensions(). (#250) diff --git a/pubspec.yaml b/pubspec.yaml index 8064790..88e0f2d 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.5.2 +version: 0.6.0 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner