diff --git a/CHANGELOG.md b/CHANGELOG.md index 797dd13..1f7d2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.7.4 - 2023-04-07 +- Fix advertise permissions for Android 12 + ## 6.7.3 - 2023-03-07 - Fix NPE with queueAdd diff --git a/package.json b/package.json index 83c45de..dc59313 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-bluetoothle", - "version": "6.7.3", + "version": "6.7.4", "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 923724a..077132f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - +