diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 30e45ee..d23e56e 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,20 @@ +## 3.0.0-alpha.41 (2024-11-27) + +### 🚀 Features + +- add a customized app logo ([#202](https://github.com/t0bst4r/home-assistant-matter-hub/pull/202)) +- **frontend:** add app logo to header ([f9d8021](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f9d8021)) + +### 🩹 Fixes + +- add more details when home assistant connection fails ([963d3b2](https://github.com/t0bst4r/home-assistant-matter-hub/commit/963d3b2)) +- **frontend:** add margin to the commissioning qr-code ([#198](https://github.com/t0bst4r/home-assistant-matter-hub/pull/198)) + +### ❤️ Thank You + +- adrisg +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.40 (2024-11-23) ### 🩹 Fixes diff --git a/hamh/build.yaml b/hamh/build.yaml index 83b3132..592eb57 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.40" + package_version: "3.0.0-alpha.41" diff --git a/hamh/config.yaml b/hamh/config.yaml index 3acee8b..ac9003d 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.40" +version: "3.0.0-alpha.41" 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.