From 7ceea040edd8aef07ccb0849da54ae021d484834 Mon Sep 17 00:00:00 2001 From: stickpin <630000+stickpin@users.noreply.github.com> Date: Mon, 9 Mar 2020 06:53:07 -0700 Subject: [PATCH] deconz: Bump deCONZ to 2.05.75 (#1177) * deconz: Bump deCONZ to 2.05.75 * Update CHANGELOG.md * Revert "Update CHANGELOG.md" This reverts commit a069c7ac836bdd27099f0f80b6b88f8de2064f25. --- 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 2cbddfa..96ce837 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.2 + +- Bump deCONZ to 2.05.75 + ## 5.3.1 - Increase wait time for show device diff --git a/deconz/build.json b/deconz/build.json index 7cc4377..8741ee4 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.74" + "DECONZ_VERSION": "2.05.75" } } diff --git a/deconz/config.json b/deconz/config.json index c1443c5..e94b779 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.3.1", + "version": "5.3.2", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],