diff --git a/CHANGELOG.md b/CHANGELOG.md index 189c326..98ffc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v9.2.2 (2025-11-18) + +### Bug Fixes + +- **build**: Include clink resources in package + ([`e9ac1ce`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/e9ac1ce3354fbb124a72190702618f94266b8459)) + +### Chores + +- Sync version to config.py [skip ci] + ([`749bc73`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/749bc7307949fa0b0e026bfcfbd546d7619eba8b)) + + ## v9.2.1 (2025-11-18) ### Bug Fixes diff --git a/config.py b/config.py index 53f3bb9..898ab9f 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__ = "9.2.1" +__version__ = "9.2.2" # Last update date in ISO format __updated__ = "2025-11-18" # Primary maintainer diff --git a/pyproject.toml b/pyproject.toml index b9d4756..ce2d80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "9.2.1" +version = "9.2.2" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ @@ -18,7 +18,11 @@ include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*", "clink*" py-modules = ["server", "config"] [tool.setuptools.package-data] -"*" = ["conf/*.json"] +"*" = [ + "conf/*.json", + "conf/cli_clients/*.json", + "systemprompts/clink/*.txt", +] [tool.setuptools.data-files] "conf" = [