diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d3f738..0662262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.4.1 - 2021-06-08 +- Ensure Android subscriptions are returned in order [\#419](https://github.com/randdusing/cordova-plugin-bluetoothle/issues/419) + ## 6.4.0 - 2021-06-08 - Fix issue with writeQ when peripheral disconnects [\#690](https://github.com/randdusing/cordova-plugin-bluetoothle/issues/690) - Add JavaScript helper methods for encoding and decoding Unicode strings diff --git a/package.json b/package.json index 56c5ecd..5563c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.4.0", + "version": "6.4.1", "description": "Use the Bluetooth Low Energy plugin to connect your Cordova app to new Bluetooth devices like heart rate monitors, thermometers, etc...", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 714b90f..500dd09 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +