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