From c57b4a2c3254deea9d436b8016956cbf0d919e49 Mon Sep 17 00:00:00 2001 From: wovka88 Date: Sat, 10 Oct 2020 10:32:15 +0200 Subject: [PATCH] Bump deCONZ to 2.05.84 (#1616) * Bump deCONZ to 2.05.80 * Bump deCONZ to 2.05.81 * Update CHANGELOG.md * Update config.json * Update build.json * Revert "Bump deCONZ to 2.05.81" This reverts commit bb4ada3b1505a566ebb96c73bf6273ac364df7e0. * Bump deCONZ to 2.05.84 * Update CHANGELOG.md * Update config.json * Update build.json * Update CHANGELOG.md * Version number adapted to 6.4.0 --- 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 aba4087..8f70604 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.4.0 + +- Bump deCONZ to 2.05.84 + ## 6.3.0 - Bump deCONZ to 2.05.81 diff --git a/deconz/build.json b/deconz/build.json index f13e609..b249028 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.05.81" + "DECONZ_VERSION": "2.05.84" } } diff --git a/deconz/config.json b/deconz/config.json index d5d114b..af80894 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.3.0", + "version": "6.4.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],