diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index a216566..5642d9c 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.7.0 + +- Bump deCONZ to 2.9.3 + ## 6.6.5 - Update hardware configuration for Supervisor 2021.02.5 diff --git a/deconz/build.json b/deconz/build.json index 4c308f5..5c39b12 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.07.01" + "DECONZ_VERSION": "2.09.03" } } diff --git a/deconz/config.json b/deconz/config.json index 88a8c1f..94bf950 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.6.5", + "version": "6.7.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],