diff --git a/CHANGELOG.md b/CHANGELOG.md index 335c7a0..6ada4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.5.2](https://github.com/tenantcloud/laravel-json-api/compare/v5.5.1...v5.5.2) (2023-11-01) + + +### Bug Fixes + +* Pass request context instead of fields to the transformer ([4e924db](https://github.com/tenantcloud/laravel-json-api/commit/4e924dbd1346836b91462053d9b8eedd153e2bf1)) +* Used request input instead of request get to allow prepareForValidation to work properly ([#27](https://github.com/tenantcloud/laravel-json-api/issues/27)) ([3708a3e](https://github.com/tenantcloud/laravel-json-api/commit/3708a3e2ef0c731ef23544ea2c9f1d9c9cc739f0)) + ## [5.5.2](https://github.com/tenantcloud/laravel-json-api/compare/v5.5.1...v5.5.2) (2023-10-20)