From 681bac2f7aad70fce35ce69bc04ca3ae62b45923 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 9 Dec 2020 17:21:41 +0100 Subject: [PATCH] deCONZ 2.7.1 (stable) (#1707) * deCONZ 2.7.1 (stable) * Change deconz_version --- 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 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"],