diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index d11e41b7..d19eedda 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.0-1 +## 1.15.0-2 - ⚠️ **Breaking changes** - `zigbee_shepherd_debug` removed - Heavy `socat.sh` refactoring - ⚠️ Potential breaking changes @@ -16,6 +16,8 @@ - Version control now it's only in config.json - Stable version migrated to X.X.X-A for easier Dockerfile management +## 1.15.0.1 +- Skipped ## 1.15.0 - Updated Zigbee2mqtt to version [`1.15.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.15.0) diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index c19b31fd..b3739433 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2mqtt", - "version": "1.15.0-1", + "version": "1.15.0-2", "slug": "zigbee2mqtt", "description": "Zigbee2mqtt add-on", "auto_uart": true,