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/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 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 = [