diff --git a/CHANGELOG.md b/CHANGELOG.md index 0662262..786a9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.5.0 - 2021-06-21 +- Operations are queued per device connection rather than globally on Android +- Use service data if available on Android + ## 6.4.1 - 2021-06-08 - Ensure Android subscriptions are returned in order [\#419](https://github.com/randdusing/cordova-plugin-bluetoothle/issues/419) diff --git a/package.json b/package.json index 5563c9a..5b979c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.4.1", + "version": "6.5.0", "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 500dd09..c30b74c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +