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