From 5e78babf0a2b4cbf226fb6c1008fcd43134c01b0 Mon Sep 17 00:00:00 2001 From: kroimon Date: Fri, 18 Jan 2019 13:30:43 +0100 Subject: [PATCH] Update deCONZ to version 2.05.55 (#508) * Update deCONZ to version 2.05.55 * Update config.json * Update CHANGELOG.md --- 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 6554f03..4db8da0 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1 +- Bump deCONZ to 2.05.55 + ## 1.0 - Initial release as Home Assistant core Add-on - Bump deCONZ to 2.05.54 diff --git a/deconz/build.json b/deconz/build.json index 4585e38..a0c1b6d 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.54" + "DECONZ_VERSION": "2.05.55" } } diff --git a/deconz/config.json b/deconz/config.json index aab2e7b..5a3f471 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "1.0", + "version": "1.1", "slug": "deconz", "description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik", "arch": ["aarch64","amd64","armhf"],