diff --git a/CHANGELOG.md b/CHANGELOG.md index 5657f7d..724e244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.2 +#### Bug fixes +* Fixed null-pointer when no overlay provided on iOS. (#245) +* Fixed camera not stopping (green dot on iOS 14) when navigating to other page. (#240) + ## 0.3.1 #### Bug fixes * Fixed permission callback on iOS & Android. diff --git a/pubspec.yaml b/pubspec.yaml index 35f1869..796575e 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.3.1 +version: 0.3.2 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner