From 0af4728bd8cecb5db4b38cdb9b8c4726849ccb2a Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 5 Jan 2025 21:52:58 +0100 Subject: [PATCH] v2.0.0-2 --- zigbee2mqtt/CHANGELOG.md | 7 ++++++- zigbee2mqtt/config.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zigbee2mqtt/CHANGELOG.md b/zigbee2mqtt/CHANGELOG.md index c611fc2d..6398049d 100644 --- a/zigbee2mqtt/CHANGELOG.md +++ b/zigbee2mqtt/CHANGELOG.md @@ -1,6 +1,11 @@ +## 2.0.0-2 + +- Fix addon crashing on serialport open on certain systems (e.g. Rpi4) [#25464](https://github.com/Koenkk/zigbee2mqtt/issues/25464) + ## 2.0.0-1 + - Updated Zigbee2MQTT to version [`2.0.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/2.0.0) -- Be aware of [**breaking changes**](https://github.com/Koenkk/zigbee2mqtt/discussions/24198). . +- Be aware of [**breaking changes**](https://github.com/Koenkk/zigbee2mqtt/discussions/24198). . ## 1.42.0-2 diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index 6df469e8..a7566258 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Zigbee2MQTT", - "version": "2.0.0-1", + "version": "2.0.0-2", "slug": "zigbee2mqtt", "description": "Use your ZigBee devices without the vendor's bridge or gateway", "uart": true,