From 26e8d9f217166eafa80f506c1e734a65a8070cb8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 1 Oct 2025 16:24:20 +0000 Subject: [PATCH 1/2] chore(release): 5.14.1 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 0b3045e..66fa150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v5.14.1 (2025-10-01) + +### Bug Fixes + +- Https://github.com/BeehiveInnovations/zen-mcp-server/issues/258 + ([`696b45f`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/696b45f25e80faccb67034254cf9a8fc4c643dbd)) + +### Chores + +- Sync version to config.py [skip ci] + ([`692016c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/692016c6205ed0a0c3d9e830482d88231aca2e31)) + + ## v5.14.0 (2025-10-01) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 185bc72..aecd56a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.14.0" +version = "5.14.1" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ From b0fe956f8a50240507e0fc911f0800634c15e9f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Oct 2025 16:24:30 +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 6f478fa..765ba30 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.14.0" +__version__ = "5.14.1" # Last update date in ISO format __updated__ = "2025-10-01" # Primary maintainer