You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to `laravel-query-builder` will be documented in this file
4
4
5
+
## 6.3.1 - 2025-02-21
6
+
7
+
### What's Changed
8
+
9
+
* General code health improvements by @xHeaven in https://github.com/spatie/laravel-query-builder/pull/988
10
+
* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/spatie/laravel-query-builder/pull/992
11
+
* Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-query-builder/pull/994
12
+
* Exclude `.github` folder and `.php_cs` from being included in composer installation by @stevebauman in https://github.com/spatie/laravel-query-builder/pull/993
13
+
14
+
### New Contributors
15
+
16
+
*@xHeaven made their first contribution in https://github.com/spatie/laravel-query-builder/pull/988
0 commit comments