diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 7c86244..05fd693 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.7 + +- Bump deCONZ to 2.05.70 + ## 3.6 - Bump deCONZ to 2.05.69 diff --git a/deconz/build.json b/deconz/build.json index cd04409..8ed6848 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "aarch64": "homeassistant/aarch64-base-debian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.69" + "DECONZ_VERSION": "2.05.70" } } diff --git a/deconz/config.json b/deconz/config.json index 59ca889..37a0c40 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "3.6", + "version": "3.7", "slug": "deconz", "description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],