diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b7842..168dc1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ +## v5.19.0 (2025-10-03) + +### Bug Fixes + +- Add GPT-5-Codex to Responses API routing and simplify comments + ([`82b021d`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/82b021d75acc791e68c7afb35f6492f68cf02bec)) + +### Chores + +- Sync version to config.py [skip ci] + ([`8e32ef3`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8e32ef33e3ce7ab2a9d7eb5c90fe5b93b12d5c26)) + +### Documentation + +- Bumped defaults + ([`95d98a9`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/95d98a9bc0a5bafadccb9f6d1e4eda97a0dd2ce7)) + +### Features + +- Add GPT-5-Codex support with Responses API integration + ([`f265342`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/f2653427ca829368e7145325d20a98df3ee6d6b4)) + +### Testing + +- Cross tool memory recall, testing continuation via cassette recording + ([`88493bd`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/88493bd357c6a12477c3160813100dae1bc46493)) + + ## v5.18.3 (2025-10-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 6a8ecbe..fbbb5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.18.3" +version = "5.19.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [