From 6a5589e60ad4abd66219c74ff9b31fae096dc79b Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Fri, 13 Feb 2026 21:19:10 +0100 Subject: [PATCH] Bump version to 0.0.18 --- CHANGELOG.md | 4 ++++ README.md | 2 +- custom_components/ha_knx_bridge/manifest.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af84350..94c3d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.18 - 2026-02-13 +- Add port devices with enable toggles and an edit-port flow. +- Provide locale fallback translations for all Home Assistant languages. + ## 0.0.17 - 2026-02-13 - Add edit port flow to update existing option-based ports. - Add fallback translations for all supported Home Assistant locales. diff --git a/README.md b/README.md index de97263..e6ab918 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,6 @@ Each group address has `invert incoming` and `invert outgoing` toggles to flip K - Advanced DPT mapping options and inversion settings. ## Versioning and Releases -- Current version: 0.0.17 +- Current version: 0.0.18 - `CHANGELOG.md` lists versions with the newest entries at the top. - Release creation is manual and only done when explicitly requested. diff --git a/custom_components/ha_knx_bridge/manifest.json b/custom_components/ha_knx_bridge/manifest.json index b1a4557..90264ef 100644 --- a/custom_components/ha_knx_bridge/manifest.json +++ b/custom_components/ha_knx_bridge/manifest.json @@ -1,7 +1,7 @@ { "domain": "ha_knx_bridge", "name": "HA KNX Bridge", - "version": "0.0.17", + "version": "0.0.18", "config_flow": true, "documentation": "https://github.com/bahmcloud/HA-KNX-Bridge", "issue_tracker": "https://github.com/bahmcloud/HA-KNX-Bridge/issues",