Skip to content

Commit dd73918

Browse files
committed
Merge tag 'v4.2.0' into develop
Laravel 12
2 parents 456b8e5 + b09ba16 commit dd73918

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [4.2.0] - 2025-01-24
9+
10+
### Added
11+
12+
- Package now supports Laravel 11 and 12.
13+
814
## [4.1.0] - 2024-11-30
915

1016
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dev-develop": "4.x-dev"
4747
}
4848
},
49-
"minimum-stability": "dev",
49+
"minimum-stability": "stable",
5050
"prefer-stable": true,
5151
"config": {
5252
"sort-packages": true

0 commit comments

Comments
 (0)