From 862a0bfab50ecc74a4e8e698ae3c862387f5914f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 2 Oct 2025 19:13:32 +0000 Subject: [PATCH 1/2] chore(release): 5.18.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43f0b8..d776a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v5.18.2 (2025-10-02) + +### Bug Fixes + +- Https://github.com/BeehiveInnovations/zen-mcp-server/issues/194 + ([`8b3a286`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8b3a2867fb83eccb3a8e8467e7e3fc5b8ebe1d0c)) + +### Chores + +- Sync version to config.py [skip ci] + ([`bf2196c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bf2196cdd58ae8d8d93597f2be69c798265d678f)) + + ## v5.18.1 (2025-10-02) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 27efb1d..7ffe574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.18.1" +version = "5.18.2" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ From 5714e2016405f7607b44d78f85081c7ccee706e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Oct 2025 19:13:44 +0000 Subject: [PATCH 2/2] chore: sync version to config.py [skip ci] --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 7c243fb..e4be8ac 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ import os # These values are used in server responses and for tracking releases # IMPORTANT: This is the single source of truth for version and author info # Semantic versioning: MAJOR.MINOR.PATCH -__version__ = "5.18.1" +__version__ = "5.18.2" # Last update date in ISO format __updated__ = "2025-10-02" # Primary maintainer