diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 6609d15..9614dd6 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,21 @@ +## 3.0.0-alpha.72 (2025-02-23) + +### 🚀 Features + +- **binary_sensor:** allow defaulting unknown device_classes to OnOffSensor (feature flag) ([fffef29](https://github.com/t0bst4r/home-assistant-matter-hub/commit/fffef29)) + +### 🐛 Fixes + +- **docker:** ensure the app handles process signals properly ([a8dd37e](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a8dd37e)) + +### 🚧 Chores + +- **ci:** only deploy documentation when an actual release happens ([a948eb1](https://github.com/t0bst4r/home-assistant-matter-hub/commit/a948eb1)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.71 (2025-02-22) ### 🐛 Fixes diff --git a/hamh/config.yaml b/hamh/config.yaml index 79280f0..cfadca1 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.71" +version: "3.0.0-alpha.72" image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh name: Home-Assistant-Matter-Hub