Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lakuapik committed Jul 24, 2022
1 parent f4380ea commit 462433f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 462433f

Please sign in to comment.