From 366de45c304e87b4b6f1a665e9c2d35e19887271 Mon Sep 17 00:00:00 2001 From: Chip Weinberger Date: Fri, 4 Oct 2024 16:08:55 -0700 Subject: [PATCH] Release 1.33.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d926387f..6392562b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## 1.33.0 +* **[BREAKING CHANGE]** iOS 18 compatibility: `systemDevices` now requires UUID argument +* **[Fix]** Android: characteristic READ error was not being passed to dart + ## 1.32.13 * **[Feature]** iOS: add support for State Preservation * **[Improve]** Android: ask for both scan permissions at the same time diff --git a/pubspec.yaml b/pubspec.yaml index cf262397..23d38cbc 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.32.13 +version: 1.33.0 homepage: https://github.com/boskokg/flutter_blue_plus environment: