Skip to content

Commit fe50927

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 18464a8 + d256098 commit fe50927

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v9.3.0 (2025-11-18)
6+
7+
### Chores
8+
9+
- Sync version to config.py [skip ci]
10+
([`3748d47`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/3748d47faba7d871f2dd379f2c8646aa8cd3c6e9))
11+
12+
513
## v9.2.2 (2025-11-18)
614

715
### Bug Fixes

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# These values are used in server responses and for tracking releases
1515
# IMPORTANT: This is the single source of truth for version and author info
1616
# Semantic versioning: MAJOR.MINOR.PATCH
17-
__version__ = "9.2.2"
17+
__version__ = "9.3.0"
1818
# Last update date in ISO format
1919
__updated__ = "2025-11-18"
2020
# Primary maintainer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zen-mcp-server"
3-
version = "9.2.2"
3+
version = "9.3.0"
44
description = "AI-powered MCP server with multiple model providers"
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)