diff --git a/CHANGELOG.md b/CHANGELOG.md index 6587c52..e8f3159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to the software will be documented here. +## V1.4.1 +- Updated CHANGELOG.md + +## V1.4.0 +- Updated authentication process to utilize API_KEY and KEY_ID. + ## V1.3.1 - Fixed dependency error @@ -12,7 +18,6 @@ All changes to the software will be documented here. - If you start sweeping a room that is on a different floor than the 'current' floor shown in the Wyze app, the plugin will cause the map shown in the app to change to the floor the room being swept is on. - Updating from a previous version of the plugin will most likely cause the existing vacuum accessory switches to be orphaned and non-responsive. If this happens you will need to use the Homebridge UI (Homebridge Settings) to remove the cache entries for those accessories. -- If you do not have the multi-floor firmware there is no need to upgrade to this version. ## V1.2.1 - Fixed typos in README.md diff --git a/package-lock.json b/package-lock.json index 2eeacc6..fce1d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-wyze-robovac", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-wyze-robovac", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { "@homebridge/ciao": "^1.1.3", diff --git a/package.json b/package.json index 4dcbc7d..86eea1b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "Homebridge Wyze RoboVac", "name": "homebridge-wyze-robovac", - "version": "1.4.0", + "version": "1.4.1", "description": "Basic control of a Wyze Robot Vacuum.", "license": "Apache-2.0", "repository": {