diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index ae36dcd..bba6e7c 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,16 @@ +## 3.0.0-alpha.51 (2024-12-04) + +### 🩹 Fixes + +- **color-control:** Propagate colorMode ([ce5ced4](https://github.com/t0bst4r/home-assistant-matter-hub/commit/ce5ced4)) +- **frontend:** Add second Samsung vendor ID ([#256](https://github.com/t0bst4r/home-assistant-matter-hub/pull/256)) +- **thermostat:** Compare setpoint with target temperature ([#254](https://github.com/t0bst4r/home-assistant-matter-hub/pull/254)) +- **thermostat:** Skip temp commands if state is unavailable ([#255](https://github.com/t0bst4r/home-assistant-matter-hub/pull/255)) + +### ❤️ Thank You + +- Kenny Levinsen @kennylevinsen + ## 3.0.0-alpha.50 (2024-12-03) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 30bf4ce..32e221d 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.50" + package_version: "3.0.0-alpha.51" diff --git a/hamh/config.yaml b/hamh/config.yaml index f5994aa..5bd4a5b 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.50" +version: "3.0.0-alpha.51" slug: hamh name: Home-Assistant-Matter-Hub description: Publish your entities from Home Assistant to any Matter-compatible controller like Alexa, Apple Home or Google Home.