From 69aece2d32d7f49bc8bcd66bb3cc6ed7a4d1314f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 6 Oct 2025 18:37:28 +0000 Subject: [PATCH] chore(release): 7.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ec0c7..029d71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ +## v7.5.0 (2025-10-06) + +### Chores + +- Sync version to config.py [skip ci] + ([`71e7cd5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/71e7cd55b1f4955a6d718fddc0de419414d133b6)) + +### Documentation + +- Video + ([`775e4d5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/775e4d50b826858095c5f2a61a07fc01c4a00816)) + +- Videos + ([`bb2066c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bb2066c909f6581ba40fc5ddef3870954ae553ab)) + +### Features + +- Support for GPT-5-Pro highest reasoning model + https://github.com/BeehiveInnovations/zen-mcp-server/issues/275 + ([`a65485a`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/a65485a1e52fc79739000426295a27d096f4c9d8)) + + ## v7.4.0 (2025-10-06) ### Chores diff --git a/pyproject.toml b/pyproject.toml index fa26638..a354e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "7.4.0" +version = "7.5.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [