diff --git a/CHANGELOG.md b/CHANGELOG.md index ba39586..2ccab45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v5.13.0 (2025-10-01) + +### Bug Fixes + +- Add sonnet alias for Claude Sonnet 4.1 to match opus/haiku pattern + ([`dc96344`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/dc96344db043e087ee4f8bf264a79c51dc2e0b7a)) + +- Missing "optenai/" in name + ([`7371ed6`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/7371ed6487b7d90a1b225a67dca2a38c1a52f2ad)) + +### Chores + +- Sync version to config.py [skip ci] + ([`b8479fc`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/b8479fc638083d6caa4bad6205e3d3fcab830aca)) + +### Features + +- Add comprehensive GPT-5 series model support + ([`4930824`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/493082405237e66a2f033481a5f8bf8293b0d553)) + + ## v5.12.1 (2025-10-01) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 671be1a..bd07ba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.12.1" +version = "5.13.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [