From fd0bf659cd035457aaf061c9701471bff77cc50a Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Mon, 2 Dec 2024 17:28:21 +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 0a97dc8..f6912ac 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.1] - 2025-12-02 + +### Fixed + +- [#301](https://github.com/laravel-json-api/laravel/pull/301) Do not override response status when authorization + exception is thrown. + ## [5.0.0] - 2025-12-01 ### Changed