From 138b195aeac2ebda43bfa79eaa0da3983c28b982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Wed, 22 Mar 2023 15:38:07 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd6c8b..efe63c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.1] - 2023-03-22 + +### Fixed + +- Exceptions handler using `apiable()->jsonApiRenderable()` now returns thrown exception headers + ## [3.5.0] - 2023-03-21 ### Added