From 63a10025a00c670f696a9b9ca7b42258f68d1626 Mon Sep 17 00:00:00 2001 From: Paul DeMarco Date: Mon, 20 Apr 2020 12:00:11 -0400 Subject: [PATCH] Bump version to 0.7.2 * Add `allowDuplicates` option to `startScan`. * Fix performance issue with GUID initializers. --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f13f9d2..3c916e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.2 +* Add `allowDuplicates` option to `startScan`. +* Fix performance issue with GUID initializers. + ## 0.7.1+1 * Fix for FlutterBlue constructor when running on emulator. * Return error when attempting to `discoverServices` while not connected. diff --git a/pubspec.yaml b/pubspec.yaml index c6f55e9b..7194fdb9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_blue description: Flutter plugin for connecting and communicating with Bluetooth Low Energy devices, on Android and iOS -version: 0.7.1+1 +version: 0.7.2 author: Paul DeMarco homepage: https://github.com/pauldemarco/flutter_blue