Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-01 20:31:35 +04:00
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,19 @@
<!-- version list -->
## 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

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.14.0"
__version__ = "5.14.1"
# Last update date in ISO format
__updated__ = "2025-10-01"
# Primary maintainer

View File

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