diff --git a/CHANGELOG.md b/CHANGELOG.md index 957f7d6..1b1ae85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,18 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed + +### Internal + +## [0.55.5] — 2026-05-19 + ### Fixed - `agnes init` now runs `_chmod_workspace_hooks(workspace)` for OVERRIDE mode too (Initial Workspace Template seed-repo flow), not just the diff --git a/pyproject.toml b/pyproject.toml index caa2a7f..4ae2ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.55.4" +version = "0.55.5" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"