From 020e4873fbc64e001a649e3028319bd80b07c86f Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Thu, 11 Feb 2021 11:04:19 +0100 Subject: [PATCH] Bunp deCONZ version to 2.09.03 (#1841) --- deconz/CHANGELOG.md | 4 ++++ deconz/build.json | 2 +- deconz/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"],