diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fb2f6..a74969c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.6.1 - 2021-07-29 +- Revert support Android notification queueing + ## 6.6.0 - 2021-07-27 - Support multiple services with the same UUID - Fixed TypeScript types, support Closure Compiler diff --git a/package.json b/package.json index 6c41b09..e805b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.6.0", + "version": "6.6.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 02cfedb..771c312 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +