diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index d2341ec..51151b1 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3 + +- Bump deCONZ to 2.05.74 + ## 5.2 - Bump deCONZ to 2.05.73 diff --git a/deconz/build.json b/deconz/build.json index eaeafed..7cc4377 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.73" + "DECONZ_VERSION": "2.05.74" } } diff --git a/deconz/config.json b/deconz/config.json index da81bd2..f7e8968 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.2", + "version": "5.3", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],