From 080798d8f4f6678817a4cdaa20035b01f81427fa Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Fri, 29 Nov 2024 15:22:41 +0000 Subject: [PATCH] docs: update changelog and bump version --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f187fd..5202b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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