Skip to content

Commit 830e8ca

Browse files
committed
chore(release): 1.3.0
1 parent d6aba70 commit 830e8ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
* Nothing.
1010

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+
1121
## [1.2.1] - 2024-03-05
1222

1323
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "1.2.x-dev"
44+
"dev-master": "1.3.x-dev"
4545
},
4646
"laravel": {
4747
"providers": [

0 commit comments

Comments
 (0)