diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 00b3cc1..90ce659 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.4 + +- Bump deCONZ to 2.05.77 + ## 5.3.3 - Bump deCONZ to 2.05.76 diff --git a/deconz/build.json b/deconz/build.json index 92884e3..2cc445c 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.76" + "DECONZ_VERSION": "2.05.77" } } diff --git a/deconz/config.json b/deconz/config.json index 179dd86..2ae5684 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.3.3", + "version": "5.3.4", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],