diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 522e4e1..6609d15 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,15 @@ +## 3.0.0-alpha.71 (2025-02-22) + +### 🐛 Fixes + +- add configuration option to set Country Code in regulatory config ([f0145ac](https://github.com/t0bst4r/home-assistant-matter-hub/commit/f0145ac)) +- **climate:** use entity state instead of hvac_mode attribute ([ff20e85](https://github.com/t0bst4r/home-assistant-matter-hub/commit/ff20e85)) +- **storage:** do not load device states from disk ([1cc51db](https://github.com/t0bst4r/home-assistant-matter-hub/commit/1cc51db)) + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.70 (2025-02-15) ### 🐛 Fixes diff --git a/hamh/config.yaml b/hamh/config.yaml index 0d0476d..79280f0 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.70" +version: "3.0.0-alpha.71" image: ghcr.io/t0bst4r/home-assistant-matter-hub-addon slug: hamh name: Home-Assistant-Matter-Hub