diff --git a/CHANGELOG.md b/CHANGELOG.md index e10968e..fc30c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v5.17.2 (2025-10-02) + +### Chores + +- Sync version to config.py [skip ci] + ([`e47a7e8`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/e47a7e89d5bfad0bb0150cb3207f1a37dc91b170)) + + ## v5.17.1 (2025-10-02) ### Bug Fixes diff --git a/config.py b/config.py index ae4d274..0ab7fe6 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.17.1" +__version__ = "5.17.2" # Last update date in ISO format __updated__ = "2025-10-02" # Primary maintainer diff --git a/pyproject.toml b/pyproject.toml index 67256f6..0115c8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.17.1" +version = "5.17.2" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [