From 4bde63110c7dafd6315934e19b430f4b6b5bd234 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 31 Jan 2019 20:22:58 +0100 Subject: [PATCH] Update deconz V2_05_58 (#519) * Update deconz V2_05_58 * Update CHANGELOG.md * Update config.json --- 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 8885b2f..1369ade 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3 +- Bump deCONZ to 2.05.58 +- Support now Firmware updates over the Phoscon UI + ## 1.2 - Bump deCONZ to 2.05.57 diff --git a/deconz/build.json b/deconz/build.json index 9207503..b76c37e 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.57" + "DECONZ_VERSION": "2.05.58" } } diff --git a/deconz/config.json b/deconz/config.json index d48187b..41e386b 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "1.2", + "version": "1.3", "slug": "deconz", "description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik", "arch": ["aarch64","amd64","armhf"],