diff --git a/CHANGELOG.md b/CHANGELOG.md index 451ba20..1302eff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +## v9.0.0 (2025-10-08) + +### Chores + +- Sync version to config.py [skip ci] + ([`23c9b35`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/23c9b35d5226b07b59a4c4b3d7833ba81b019ea8)) + +### Features + +- Claude Code as a CLI agent now supported. Mix and match: spawn claude code from within claude + code, or claude code from within codex. + ([`4cfaa0b`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/4cfaa0b6060769adfbd785a072526a5368421a73)) + + ## v8.0.2 (2025-10-08) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index a254f36..b98c4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "8.0.2" +version = "9.0.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [