From f3d5de250c36ac95b0b8935aef9d4f4b56639a3a Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Wed, 20 Aug 2025 09:08:19 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af7739e..e141197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.21.1 +* Fix device name resolution on Windows + ## 0.21.0 * BREAKING CHANGE: `connectionTimeout` argument from `connect`, `isPaired` and `pair` API renamed to `timeout` * Add `timeout` argument to all APIs diff --git a/pubspec.yaml b/pubspec.yaml index 43e854e..40c08a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: universal_ble description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 0.21.0 +version: 0.21.1 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues