Skip to content

Commit d849316

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent c8840af commit d849316

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

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

33
All notable changes to `php-mcp/server` will be documented in this file.
44

5+
## v2.1.0 - 2025-05-17
6+
7+
### What's Changed
8+
9+
* feat(schema): add Schema attributes and enhance DocBlock array type parsing by @CodeWithKyrian in https://github.com/php-mcp/server/pull/8
10+
11+
**Full Changelog**: https://github.com/php-mcp/server/compare/2.0.1...2.1.0
12+
513
## PHP MCP Server v2.0.1 (HotFix) - 2025-05-11
614

715
### What's Changed
@@ -114,6 +122,7 @@ This is a major refactoring with significant breaking changes:
114122
$server->listen($transport);
115123

116124

125+
117126
```
118127
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
119128

0 commit comments

Comments
 (0)