Skip to content

Commit c24c22d

Browse files
pushpak1300github-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 1c7878b commit c24c22d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/mcp/compare/v0.4.1...main)
3+
## [Unreleased](https://github.com/laravel/mcp/compare/v0.4.2...main)
4+
5+
## [v0.4.2](https://github.com/laravel/mcp/compare/v0.4.1...v0.4.2) - 2025-12-07
6+
7+
### What's Changed
8+
9+
* Bump Laravel version by [@florianraith](https://github.com/florianraith) in https://github.com/laravel/mcp/pull/128
10+
11+
### New Contributors
12+
13+
* [@florianraith](https://github.com/florianraith) made their first contribution in https://github.com/laravel/mcp/pull/128
14+
15+
**Full Changelog**: https://github.com/laravel/mcp/compare/v0.4.1...v0.4.2
416

517
## [v0.4.1](https://github.com/laravel/mcp/compare/v0.4.0...v0.4.1) - 2025-12-04
618

@@ -60,6 +72,7 @@ public function schema(JsonSchema $schema): array
6072

6173

6274

75+
6376
```
6477
**After**
6578

@@ -73,6 +86,7 @@ public function schema(JsonSchema $schema): array
7386

7487

7588

89+
7690
```
7791
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
7892

0 commit comments

Comments
 (0)