diff --git a/CHANGELOG.md b/CHANGELOG.md index 1516dea..0cb0ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Hermes Web UI -- Changelog +## [v0.50.55] — 2026-04-15 + +### Fixed +- **Docker honcho extra** — `docker_init.bash` now installs `hermes-agent[honcho]` so `honcho-ai` is included in the venv on every fresh Docker build. Fixes `"Honcho session could not be initialized."` errors on rebuilt containers. (Fixes #553) +- **Version badge** — `index.html` version badge corrected to v0.50.55 (was missing the bump for this release). + ## [v0.50.54] — 2026-04-15 ### Changed diff --git a/static/index.html b/static/index.html index 2f5aa3f..4438fd8 100644 --- a/static/index.html +++ b/static/index.html @@ -553,7 +553,7 @@
System
Instance version and access controls.
- v0.50.54 + v0.50.55