From d0aaa432968d9d6fe155996c316104cb745eba03 Mon Sep 17 00:00:00 2001 From: Chip Weinberger Date: Thu, 7 Nov 2024 20:40:57 -0800 Subject: [PATCH] Release 1.34.1 --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75a8bf8..0995dbde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ +## 1.34.1 +* **[Fix]** Android: `SCAN_FAILED_ALREADY_STARTED` could sometimes occur after bluetooth restart ## 1.34.0 * **[Feature]** support `includedServices`, aka primary/secondary services -* **[Fix]** Adrioid: `withServiceData` scan filter was not working +* **[Fix]** Android: `withServiceData` scan filter was not working ## 1.33.6 * **[Feature]** verbose logs: make function results easier to see diff --git a/pubspec.yaml b/pubspec.yaml index 3d525c10..2fad4dbc 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, iOS, and MacOS. -version: 1.34.0 +version: 1.34.1 homepage: https://github.com/boskokg/flutter_blue_plus environment: