diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index d81a8db..2443876 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.6 + +- Bump deCONZ to 2.05.78 + ## 5.3.5 - Downgrade deCONZ to 2.05.75, since it has been reported that 2.05.77, and possibly also 2.05.76, is causing issues for several users. diff --git a/deconz/build.json b/deconz/build.json index 8741ee4..9dec455 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.75" + "DECONZ_VERSION": "2.05.78" } } diff --git a/deconz/config.json b/deconz/config.json index 1c9ef48..dc918bb 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.3.5", + "version": "5.3.6", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],