From 589ed5770d9796e390c73945d3b520d12176ef16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Kojdecki?= Date: Fri, 13 Dec 2019 16:46:43 +0100 Subject: [PATCH] Release version 2.0.1 (#355) * Release version 2.0.1 * Apply suggestions from code review Co-Authored-By: Bartosz Wilk --- CHANGELOG.md | 10 ++++++++-- pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e0e15f..3706f34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ -## 2.0.0-dev.1 +## 2.0.1 -* TBD +* Fix issue with automatically generated transaction IDs. + +## 2.0.0 + +* Dart 2.0 support +* **BREAKING** Completely new API. Consult [README](https://github.com/Polidea/FlutterBleLib/blob/master/README.md) for instructions on how to use the new version. +* Added [BLEmulator](https://github.com/Polidea/blemulator_flutter) support diff --git a/pubspec.yaml b/pubspec.yaml index e7c7f84b..994b15b1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_ble_lib description: FlutterBle Library is a flutter library that supports BLE operations. It uses MultiPlatformBleAdapter as a native backend.. -version: 2.0.0 +version: 2.0.1 author: "Polidea " homepage: https://github.com/Polidea/FlutterBleLib