From 2df3b21162c7c027fcb96436ae9ea5607bc778f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 30 Nov 2024 16:22:42 +0000 Subject: [PATCH] bumb(home-assistant-matter-hub): bumb to version 3.0.0-alpha.47 --- hamh/CHANGELOG.md | 14 ++++++++++++++ hamh/build.yaml | 2 +- hamh/config.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/hamh/CHANGELOG.md b/hamh/CHANGELOG.md index 269544c..8837bcf 100644 --- a/hamh/CHANGELOG.md +++ b/hamh/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.0.0-alpha.47 (2024-11-30) + +### 🚀 Features + +- ⚠️ add IP whitelisting to prevent unauthorized access ([916b3ae](https://github.com/t0bst4r/home-assistant-matter-hub/commit/916b3ae)) + +### ⚠️ Breaking Changes + +- The native addon (HAOS) will use Home Assistant ingress from now on. Direct access via the port will no longer be possible. + +### ❤️ Thank You + +- Tobias Glatthar @t0bst4r + ## 3.0.0-alpha.46 (2024-11-30) ### 🚀 Features diff --git a/hamh/build.yaml b/hamh/build.yaml index 8ed8f9e..ac1d92d 100644 --- a/hamh/build.yaml +++ b/hamh/build.yaml @@ -1,2 +1,2 @@ args: - package_version: "3.0.0-alpha.46" + package_version: "3.0.0-alpha.47" diff --git a/hamh/config.yaml b/hamh/config.yaml index 10b535e..014beb2 100644 --- a/hamh/config.yaml +++ b/hamh/config.yaml @@ -1,4 +1,4 @@ -version: "3.0.0-alpha.46" +version: "3.0.0-alpha.47" 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.