diff --git a/CHANGELOG.md b/CHANGELOG.md index 46132b68..f76e6710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.0.5](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.4...v4.0.5) + +> 16 October 2020 + +- chore: audit fix high severity [`#794`](https://github.com/OpenZWave/Zwave2Mqtt/pull/794) +- fix: Rows per page not set correctly [`#793`](https://github.com/OpenZWave/Zwave2Mqtt/pull/793) +- feat: support more ENV VARS for configuration [`#788`](https://github.com/OpenZWave/Zwave2Mqtt/pull/788) +- fix: typo in comment [`#789`](https://github.com/OpenZWave/Zwave2Mqtt/pull/789) +- docs: libudev.h shouldn't be required with ozw 1.6 [`#786`](https://github.com/OpenZWave/Zwave2Mqtt/pull/786) +- feat: improve HASS discovery of cover devices [`#783`](https://github.com/OpenZWave/Zwave2Mqtt/pull/783) +- chore(deps): bump actions/cache from v1 to v2.1.2 [`#780`](https://github.com/OpenZWave/Zwave2Mqtt/pull/780) +- feat(hass): adding CT100 using 2GIG template [`#776`](https://github.com/OpenZWave/Zwave2Mqtt/pull/776) +- chore(ci): remove linux/386 to fix dockerbuild [`#782`](https://github.com/OpenZWave/Zwave2Mqtt/pull/782) +- Update README.md [`#774`](https://github.com/OpenZWave/Zwave2Mqtt/pull/774) +- tidy up the docker build [`#769`](https://github.com/OpenZWave/Zwave2Mqtt/pull/769) +- dependabot update github actions and docker [`#766`](https://github.com/OpenZWave/Zwave2Mqtt/pull/766) +- close stale issues+prs [`#756`](https://github.com/OpenZWave/Zwave2Mqtt/pull/756) +- Create Dependabot config file [`#566`](https://github.com/OpenZWave/Zwave2Mqtt/pull/566) +- docker: update ozw to 1.6.392 [`#751`](https://github.com/OpenZWave/Zwave2Mqtt/pull/751) +- docker: update ozw to version 1.6.1382 [`#748`](https://github.com/OpenZWave/Zwave2Mqtt/pull/748) +- feat(hass): Eurotronic Stella Z thermostat [`#746`](https://github.com/OpenZWave/Zwave2Mqtt/pull/746) +- fix: Rows per page not set correctly (#793) [`#792`](https://github.com/OpenZWave/Zwave2Mqtt/issues/792) +- fix tag list composition [`55e0dc0`](https://github.com/OpenZWave/Zwave2Mqtt/commit/55e0dc0b69bd212130305989793037c33e588383) +- fix tag list composition [`50cf1ad`](https://github.com/OpenZWave/Zwave2Mqtt/commit/50cf1add8ed6d52b90898c0fcd78cc9f90d5a63f) +- fix tag list composition [`0e95d46`](https://github.com/OpenZWave/Zwave2Mqtt/commit/0e95d46235559c735e142b908c6f55a14a5753b5) +- fix tag list composition [`cb1f337`](https://github.com/OpenZWave/Zwave2Mqtt/commit/cb1f337971daf151f2173fe1095f895291284f0a) +- fix tag list composition [`8221a56`](https://github.com/OpenZWave/Zwave2Mqtt/commit/8221a56c67839cbd262127e21ed78962efc2c91a) +- fix tag list composition [`0857c43`](https://github.com/OpenZWave/Zwave2Mqtt/commit/0857c43639340dee42f203e27fe205d5599c5f0f) +- fix tag list composition [`970b82a`](https://github.com/OpenZWave/Zwave2Mqtt/commit/970b82acb50c1eba93a7b7c79ab524a503774fa6) +- fix tag list composition [`5569669`](https://github.com/OpenZWave/Zwave2Mqtt/commit/55696698bc8bc5e930180aa2dfa005ece8d0116b) + #### [v4.0.4](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.3...v4.0.4) > 28 September 2020 @@ -22,6 +53,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): upgrade vuetify from 2.3.4 to 2.3.5 [`#667`](https://github.com/OpenZWave/Zwave2Mqtt/pull/667) - chore(deps): upgrade serialport from 9.0.0 to 9.0.1 [`#695`](https://github.com/OpenZWave/Zwave2Mqtt/pull/695) - docs: fix anchor link in README [`#696`](https://github.com/OpenZWave/Zwave2Mqtt/pull/696) +- Release 4.0.4 [`2c5f939`](https://github.com/OpenZWave/Zwave2Mqtt/commit/2c5f939fd8bbaba5d6b66315cffa5118c90e8b70) #### [v4.0.3](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.2...v4.0.3) diff --git a/package-lock.json b/package-lock.json index e0b15b16..ba7339f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35a98366..382b81bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.4", + "version": "4.0.5", "bin": "bin/www", "description": "Zwave To MQTT Gateway", "author": "Daniel Lando ",