diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cdd2b6..1f13f9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.1+1 +* Fix for FlutterBlue constructor when running on emulator. +* Return error when attempting to `discoverServices` while not connected. + ## 0.7.1 * Fix incorrect value notification when write is performed. * Add `toString` to each bluetooth class. diff --git a/pubspec.yaml b/pubspec.yaml index 857bea79..547e7f94 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 +version: 0.7.1+1 author: Paul DeMarco homepage: https://github.com/pauldemarco/flutter_blue