diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 3db52aa..ba89d60 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## +## 6.8.0 +- Bump deCONZ to 2.10.4 - Cleanup privileged for new kernel module options ## 6.7.2 diff --git a/deconz/build.json b/deconz/build.json index 5c39b12..7c7ab38 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.09.03" + "DECONZ_VERSION": "2.10.04" } } diff --git a/deconz/config.json b/deconz/config.json index 50a572b..df75955 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.7.2", + "version": "6.8.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],