Skip to content

Commit 3731cc4

Browse files
pushpak1300github-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 27ab101 commit 3731cc4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/mcp/compare/v0.4.0...main)
3+
## [Unreleased](https://github.com/laravel/mcp/compare/v0.4.1...main)
4+
5+
## [v0.4.1](https://github.com/laravel/mcp/compare/v0.4.0...v0.4.1) - 2025-12-04
6+
7+
### What's Changed
8+
9+
* Add `2025-11-25` to supported `protocolVersion` by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/mcp/pull/125
10+
11+
**Full Changelog**: https://github.com/laravel/mcp/compare/v0.4.0...v0.4.1
412

513
## [v0.4.0](https://github.com/laravel/mcp/compare/v0.3.4...v0.4.0) - 2025-12-01
614

@@ -51,6 +59,7 @@ public function schema(JsonSchema $schema): array
5159
}
5260

5361

62+
5463
```
5564
**After**
5665

@@ -63,6 +72,7 @@ public function schema(JsonSchema $schema): array
6372
}
6473

6574

75+
6676
```
6777
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
6878

0 commit comments

Comments
 (0)