Skip to content

Commit

Permalink
Merge tag 'v5.0.0' into develop
Browse files Browse the repository at this point in the history
Allow Illuminate auth responses to be returned
on authorizer contract.
  • Loading branch information
lindyhopchris committed Nov 29, 2024
2 parents 49e6d90 + f3a4b75 commit 9a53997
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This projec

## Unreleased

## [5.0.0] - 2024-11-29

### Added

- **BREAKING**: [#21](https://github.com/laravel-json-api/core/pull/21) The `Authorizer` contract now allows all methods
to return a `bool` or an Illuminate authorization response.

## [4.3.1] - 2024-11-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "4.x-dev"
"dev-develop": "5.x-dev"
}
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 9a53997

Please sign in to comment.