Skip to content

Commit 9a53997

Browse files
committed
Merge tag 'v5.0.0' into develop
Allow Illuminate auth responses to be returned on authorizer contract.
2 parents 49e6d90 + f3a4b75 commit 9a53997

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [5.0.0] - 2024-11-29
9+
10+
### Added
11+
12+
- **BREAKING**: [#21](https://github.com/laravel-json-api/core/pull/21) The `Authorizer` contract now allows all methods
13+
to return a `bool` or an Illuminate authorization response.
14+
815
## [4.3.1] - 2024-11-29
916

1017
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-develop": "4.x-dev"
49+
"dev-develop": "5.x-dev"
5050
}
5151
},
5252
"minimum-stability": "stable",

0 commit comments

Comments
 (0)