diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index d23e56e..0b29aba 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,22 @@ +## 3.0.0-alpha.42 (2024-11-28) + +### 🚀 Features + +- **frontend:** New form-based bridge configuration ([#197](https://github.com/t0bst4r/home-assistant-matter-hub/pull/197)) +- **media_player:** expose media_player as speaker device if feature flag is activated ([#156](https://github.com/t0bst4r/home-assistant-matter-hub/pull/156)) + +### 🩹 Fixes + +- prevent race conditions when home assistant responds faster than matter ([#211](https://github.com/t0bst4r/home-assistant-matter-hub/pull/211)) +- **frontend:** add copy-to-clipboard action to cluster states ([f79ef69](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f79ef69)) + +### ❤️ Thank You + +- adrisg +- Kenny Levinsen @kennylevinsen +- Maxime Flamant @maximeflamant +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.41 (2024-11-27) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 592eb57..09e87f6 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.41" + package_version: "3.0.0-alpha.42" diff --git a/hamh/config.yaml b/hamh/config.yaml index ac9003d..fbf3f48 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.41" +version: "3.0.0-alpha.42" 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.