Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Aug 21, 2020
1 parent 086b69b commit 6a0a6e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.0...v4.0.1)

> 21 August 2020
- fix: improved watch logic of customDevices #670 [`#675`](https://github.com/OpenZWave/Zwave2Mqtt/pull/675)
- feat: change meta theme-color based on theme #669 [`#671`](https://github.com/OpenZWave/Zwave2Mqtt/pull/671)
- feat: update docker to ozw 1.6.240 [`#673`](https://github.com/OpenZWave/Zwave2Mqtt/pull/673)
- docs: add security policy [`#659`](https://github.com/OpenZWave/Zwave2Mqtt/pull/659)
- chore(deps): [security] bump elliptic from 6.5.2 to 6.5.3 [`#650`](https://github.com/OpenZWave/Zwave2Mqtt/pull/650)
- chore(docker): Update OZW to version 1.6.1232 [`#645`](https://github.com/OpenZWave/Zwave2Mqtt/pull/645)
- fix: removeAssociation with multi instance devices [`#644`](https://github.com/OpenZWave/Zwave2Mqtt/pull/644)

### [v4.0.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.4.1...v4.0.0)

> 27 July 2020
Expand All @@ -12,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: change default hass birth/will topic [`#639`](https://github.com/OpenZWave/Zwave2Mqtt/pull/639)
- fix: set node status to initializing when firstly added [`#634`](https://github.com/OpenZWave/Zwave2Mqtt/pull/634)
- chore(docker): stable builds and refactor [`#632`](https://github.com/OpenZWave/Zwave2Mqtt/pull/632)
- Release 4.0.0 [`ca1f92a`](https://github.com/OpenZWave/Zwave2Mqtt/commit/ca1f92a709f85cf751eb19ab3a6ad1e73d962535)

#### [v3.4.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.4.0...v3.4.1)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zwave2mqtt",
"version": "4.0.0",
"version": "4.0.1",
"bin": "bin/www",
"description": "Zwave To MQTT Gateway",
"author": "Daniel Lando <[email protected]>",
Expand Down

0 comments on commit 6a0a6e5

Please sign in to comment.