From 705c0b4d016fe8d4b49458afb84d26531ca70e56 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 22 Jan 2019 21:57:50 +0100 Subject: [PATCH] Update deconz to 2.05.57 (#512) * Update deconz to 2.05.57 * Update CHANGELOG.md * Update config.json --- deconz/CHANGELOG.md | 3 +++ deconz/build.json | 2 +- deconz/config.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 4db8da0..8885b2f 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2 +- Bump deCONZ to 2.05.57 + ## 1.1 - Bump deCONZ to 2.05.55 diff --git a/deconz/build.json b/deconz/build.json index a0c1b6d..9207503 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.55" + "DECONZ_VERSION": "2.05.57" } } diff --git a/deconz/config.json b/deconz/config.json index 5a3f471..d48187b 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "1.1", + "version": "1.2", "slug": "deconz", "description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik", "arch": ["aarch64","amd64","armhf"],