diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f18625..150f918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ CalVer image tags (`stable-YYYY.MM.N`, `dev-YYYY.MM.N`) are produced for every C ## [Unreleased] +## [0.30.0] — 2026-05-01 + ### Added - **admin UI**: each row in `/admin/tables` listings now has a per-row **Manage access** icon button (between Edit and Delete) that deep-links diff --git a/pyproject.toml b/pyproject.toml index 1c398cb..562f79c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agnes-the-ai-analyst" -version = "0.29.0" +version = "0.30.0" description = "Agnes — AI Data Analyst platform for AI analytical systems" requires-python = ">=3.11,<3.14" license = "MIT"