diff --git a/CHANGELOG.md b/CHANGELOG.md index 15400d7..ae42716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v7.6.0 (2025-10-07) + +### Chores + +- Sync version to config.py [skip ci] + ([`c1c75ba`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/c1c75ba304c2840329650c46273e87eab9b05906)) + +- Sync version to config.py [skip ci] + ([`0fa9b66`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/0fa9b6658099c8e0d79fda0c7d2347f62d0e6137)) + +### Documentation + +- Info about AI client timeouts + ([`3ddfed5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/3ddfed5ef09000791e1c94b041c43dc273ed53a8)) + +### Features + +- Add support for openai/gpt-5-pro model + ([`abed075`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/abed075b2eaa99e9618202f47ff921094baae952)) + + ## v7.5.2 (2025-10-06) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index fb8f337..70ca584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "7.5.2" +version = "7.6.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [