deCONZ 2.12.6 (stable) (#2150)

* Bump deCONZ version to 2.12.6

* Typo version in changelog
This commit is contained in:
Klaas Schoute
2021-08-20 10:54:48 +02:00
committed by GitHub
parent 37b9ab1d87
commit cbfe4ba488
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 6.10.0
- Bump deCONZ to 2.12.6
## 6.9.0 ## 6.9.0
- Bump deCONZ to 2.11.5 - Bump deCONZ to 2.11.5

View File

@@ -5,6 +5,6 @@
"armhf": "homeassistant/armhf-base-raspbian:buster" "armhf": "homeassistant/armhf-base-raspbian:buster"
}, },
"args": { "args": {
"DECONZ_VERSION": "2.11.05" "DECONZ_VERSION": "2.12.06"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "deCONZ", "name": "deCONZ",
"version": "6.9.0", "version": "6.10.0",
"slug": "deconz", "slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"], "arch": ["amd64", "armhf", "aarch64"],