From cabbbfe822a2b5308e0743a7911f7023445b0739 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 17 May 2021 22:01:15 +0200 Subject: [PATCH] deCONZ: Update to v2.11.5 (#2006) * Update to v2.11.5 * Version bump * Update CHANGELOG.md --- 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 ba89d60..63befc7 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.9.0 + +- Bump deCONZ to 2.11.5 + ## 6.8.0 - Bump deCONZ to 2.10.4 diff --git a/deconz/build.json b/deconz/build.json index 7c7ab38..e4a3cd3 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.10.04" + "DECONZ_VERSION": "2.11.05" } } diff --git a/deconz/config.json b/deconz/config.json index df75955..8f8698d 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.8.0", + "version": "6.9.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],