From 7488da63e56ae31d902efdb293cf958c502e2a72 Mon Sep 17 00:00:00 2001 From: stickpin <630000+stickpin@users.noreply.github.com> Date: Wed, 26 Feb 2020 23:26:05 -0800 Subject: [PATCH] deconz: Bump deCONZ to 2.05.74 (#1140) * deconz: Bump deCONZ to 2.05.74 * 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 d2341ec..51151b1 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3 + +- Bump deCONZ to 2.05.74 + ## 5.2 - Bump deCONZ to 2.05.73 diff --git a/deconz/build.json b/deconz/build.json index eaeafed..7cc4377 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.73" + "DECONZ_VERSION": "2.05.74" } } diff --git a/deconz/config.json b/deconz/config.json index da81bd2..f7e8968 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.2", + "version": "5.3", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],