diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 9614dd6..e2c4a40 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,26 @@ +## 3.0.0-alpha.73 (2025-03-12) + +### 🐛 Fixes + +- properly wait for home assistant to boot before starting any bridge ([b8986cc](https://github.com/t0bst4r/home-assistant-matter-hub/commit/b8986cc)) +- **climate:** ignore unsupported covers and print a warning instead of failing ([317ef5c](https://github.com/t0bst4r/home-assistant-matter-hub/commit/317ef5c)) +- **cover:** split feature flag 'mimicHaBehavior' into two features flags for more control ([bd24afd](https://github.com/t0bst4r/home-assistant-matter-hub/commit/bd24afd)) +- **cover:** keep current position in bounds ([41f10bf](https://github.com/t0bst4r/home-assistant-matter-hub/commit/41f10bf)) +- **docker:** refactor entrypoint and cmd to allow proper shutdown ([57c01b2](https://github.com/t0bst4r/home-assistant-matter-hub/commit/57c01b2)) + +### 📚 Documentation Changes + +- fix linebreaks in bridge configuration descriptions ([6cd5e1b](https://github.com/t0bst4r/home-assistant-matter-hub/commit/6cd5e1b)) + +### 🚧 Chores + +- update dependencies (including matter.js) ([c30298b](https://github.com/t0bst4r/home-assistant-matter-hub/commit/c30298b)) + +### ❤️ Thank You + +- Brian Choromanski +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.72 (2025-02-23) ### 🚀 Features diff --git a/hamh/config.yaml b/hamh/config.yaml index cfadca1..d7f587a 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.72" +version: "3.0.0-alpha.73" image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh name: Home-Assistant-Matter-Hub