diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index be8fceb..8dbc002 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.0.0-alpha.48 (2024-11-30) + +### 🩹 Fixes + +- **cover:** add AbsolutePosition feature to position aware covers and fake PositionAware feature for non position aware covers ([7fb8a01](https://github.com/t0bst4r/home-assistant-matter-hub/commit/7fb8a01)) +- **docker:** remove environment variables from dockerfile ([24adece](https://github.com/t0bst4r/home-assistant-matter-hub/commit/24adece)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.47 (2024-11-30) ### 🚀 Features @@ -7,7 +18,6 @@ ### ⚠️ Breaking Changes - The native addon (HAOS) will use Home Assistant ingress from now on. Direct access via the port will no longer be possible. -- It can happen that you are facing an "503 Service Unavailable" error after the update. Please see [this issue](https://github.com/t0bst4r/home-assistant-matter-hub/issues/230) for details. ### ❤️ Thank You diff --git a/hamh/build.yaml b/hamh/build.yaml index ac1d92d..9a72212 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.47" + package_version: "3.0.0-alpha.48" diff --git a/hamh/config.yaml b/hamh/config.yaml index 58ca94a..f042d4e 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.47" +version: "3.0.0-alpha.48" 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.