From 6c0cee0f081a0e9b87f984b3f196918914065a9d Mon Sep 17 00:00:00 2001 From: Chip Weinberger Date: Sun, 23 Jul 2023 05:34:44 -0700 Subject: [PATCH] Release 1.9.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65aace18..08884c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.9.4 +* iOS: fix characteristic read not working. (regression in 1.9.0 +* dart: handle device.readRssi failure in rssiStream gracefully + ## 1.9.3 * iOS: fix setNotify returning error even though it succeeded (regression in 1.9.0) * dart: Characteristic.isNotifying was not working (regression in 1.9.0) diff --git a/pubspec.yaml b/pubspec.yaml index fd05fdd6..5042c478 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_blue_plus description: Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android and iOS -version: 1.9.3 +version: 1.9.4 homepage: https://github.com/boskokg/flutter_blue_plus environment: