Skip to content

Commit bda75e6

Browse files
committed
chore(addon): publish hotfix version 7.4.1
1 parent 5e0d889 commit bda75e6

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
<!-- version list -->
44

55

6+
## v7.4.1 (2026-05-02)
7+
8+
### Fixed
9+
10+
- **addon**: Propagate `BUILD_VERSION` to runtime so the production add-on
11+
reports the correct version in startup logs instead of the stale value
12+
from `pyproject.toml` at build time
13+
([#1090](https://github.com/homeassistant-ai/ha-mcp/pull/1090)).
14+
- **ci**: Unbreak `hotfix-release.yml` semantic-release run; the previous
15+
detached-HEAD checkout silently no-op'd every hotfix merge
16+
([#1091](https://github.com/homeassistant-ai/ha-mcp/pull/1091)).
17+
18+
619
## v7.4.0 (2026-04-29)
720

821
### Added

homeassistant-addon/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
<!-- version list -->
44

55

6+
## v7.4.1 (2026-05-02)
7+
8+
### Fixed
9+
10+
- **addon**: Propagate `BUILD_VERSION` to runtime so the production add-on
11+
reports the correct version in startup logs instead of the stale value
12+
from `pyproject.toml` at build time
13+
([#1090](https://github.com/homeassistant-ai/ha-mcp/pull/1090)).
14+
- **ci**: Unbreak `hotfix-release.yml` semantic-release run; the previous
15+
detached-HEAD checkout silently no-op'd every hotfix merge
16+
([#1091](https://github.com/homeassistant-ai/ha-mcp/pull/1091)).
17+
18+
619
## v7.4.0 (2026-04-29)
720

821
### Added

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Home Assistant MCP Server"
22
description: "AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3-
version: "7.4.0"
3+
version: "7.4.1"
44
slug: "ha_mcp"
55
url: "https://github.com/homeassistant-ai/ha-mcp"
66
arch:

0 commit comments

Comments
 (0)