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"],