Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-02 23:28:55 +04:00
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,19 @@
<!-- version list -->
## v5.18.2 (2025-10-02)
### Bug Fixes
- Https://github.com/BeehiveInnovations/zen-mcp-server/issues/194
([`8b3a286`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8b3a2867fb83eccb3a8e8467e7e3fc5b8ebe1d0c))
### Chores
- Sync version to config.py [skip ci]
([`bf2196c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bf2196cdd58ae8d8d93597f2be69c798265d678f))
## v5.18.1 (2025-10-02)
### Chores

View File

@@ -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.18.1"
__version__ = "5.18.2"
# Last update date in ISO format
__updated__ = "2025-10-02"
# Primary maintainer

View File

@@ -1,6 +1,6 @@
[project]
name = "zen-mcp-server"
version = "5.18.1"
version = "5.18.2"
description = "AI-powered MCP server with multiple model providers"
requires-python = ">=3.9"
dependencies = [