diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d95f7..97840e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v7.8.1 (2025-10-07) + +### Bug Fixes + +- Updated model description to fix test + ([`04f7ce5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/04f7ce5b03804564263f53a765931edba9c320cd)) + +### Chores + +- Sync version to config.py [skip ci] + ([`c27e81d`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/c27e81d6d2f22978816f798a161a869d1ab5f025)) + +### Refactoring + +- Moved registries into a separate module and code cleanup + ([`7c36b92`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/7c36b9255a13007a10af4fadefc21aadfce482b0)) + + ## v7.8.0 (2025-10-07) ### Chores diff --git a/config.py b/config.py index 1378f13..61fcf7c 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ from utils.env import get_env # 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__ = "7.8.0" +__version__ = "7.8.1" # Last update date in ISO format __updated__ = "2025-10-07" # Primary maintainer diff --git a/pyproject.toml b/pyproject.toml index f3404c7..ff7b1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "7.8.0" +version = "7.8.1" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [