diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index d1e7a6a..f78d5a7 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.7 + +- Bump deCONZ to 2.05.66 + ## 2.6 - Adding missing dependencies of deconz diff --git a/deconz/build.json b/deconz/build.json index c8364b9..b568f43 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -4,6 +4,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.65" + "DECONZ_VERSION": "2.05.66" } } diff --git a/deconz/config.json b/deconz/config.json index 32f919b..65fc29e 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "2.6", + "version": "2.7", "slug": "deconz", "description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf"],