diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 63befc7..c7147e7 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.10.0 + +- Bump deCONZ to 2.12.6 + ## 6.9.0 - Bump deCONZ to 2.11.5 diff --git a/deconz/build.json b/deconz/build.json index e4a3cd3..45e6c45 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.11.05" + "DECONZ_VERSION": "2.12.06" } } diff --git a/deconz/config.json b/deconz/config.json index 8f8698d..dcf414a 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.9.0", + "version": "6.10.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],