From 462433f041fc118405a3b2793dca07f56afde599 Mon Sep 17 00:00:00 2001 From: David Adi Nugroho Date: Sun, 24 Jul 2022 09:07:41 +0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822e52d..b940fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to `laravel-api-response` will be documented in this file. +## [v1.2.0](https://github.com/kodepandai/laravel-api-response/compare/v1.1.0...v1.2.0) - 24 Jul 2022 + +### Fixed + +- Add try/catch handler when parsing exception to response +- Return 401 `HTTP_UNAUTHORIZED` for laravel `AuthenticationException` +- Get data directly from `ResourceCollection` data type +- Add more tests to improve coverage + ## [v1.1.0](https://github.com/kodepandai/laravel-api-response/compare/v1.0.0...v1.1.0) - 28 Jun 2022 ### Fixed