From 692bc78f7e8a6187ac564398f39778578007e0b5 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 24 Mar 2021 11:26:20 +0100 Subject: [PATCH] deCONZ 2.10.4 (stable) (#1937) --- deconz/CHANGELOG.md | 3 ++- deconz/build.json | 2 +- deconz/config.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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"],