We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6aba70 commit 830e8caCopy full SHA for 830e8ca
CHANGELOG.md
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
* Nothing.
10
11
+## [1.3.0] - 2025-02-24
12
+
13
+### Added
14
15
+* Added support for Laravel 12 [#9](https://github.com/swisnl/json-api-client-laravel/issues/9).
16
17
+### Removed
18
19
+* Dropped PHP <8.0 support.
20
21
## [1.2.1] - 2024-03-05
22
23
### Added
composer.json
@@ -41,7 +41,7 @@
41
},
42
"extra": {
43
"branch-alias": {
44
- "dev-master": "1.2.x-dev"
+ "dev-master": "1.3.x-dev"
45
46
"laravel": {
47
"providers": [
0 commit comments