diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 0e84ddf..e43d97c 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.6.0 + +- Bump deCONZ to 2.7.1 + ## 6.5.0 - Bump deCONZ to 2.05.88 diff --git a/deconz/build.json b/deconz/build.json index 9dc97b3..4c308f5 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.05.88" + "DECONZ_VERSION": "2.07.01" } } diff --git a/deconz/config.json b/deconz/config.json index e969c1a..a43f884 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.5.0", + "version": "6.6.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],