From cbfe4ba4880851441d291d77e38c25b1f72d2cbc Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 20 Aug 2021 10:54:48 +0200 Subject: [PATCH] deCONZ 2.12.6 (stable) (#2150) * Bump deCONZ version to 2.12.6 * Typo version in changelog --- 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 63befc7..c7147e7 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.10.0 + +- Bump deCONZ to 2.12.6 + ## 6.9.0 - Bump deCONZ to 2.11.5 diff --git a/deconz/build.json b/deconz/build.json index e4a3cd3..45e6c45 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.11.05" + "DECONZ_VERSION": "2.12.06" } } diff --git a/deconz/config.json b/deconz/config.json index 8f8698d..dcf414a 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.9.0", + "version": "6.10.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],