diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ac97f3..332c393a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [5.4.0](https://github.com/jpedroh/mach/compare/v5.3.0...v5.4.0) (2021-05-22) + + +### Features + +* **rest-api:** add bad request response on negative offset and limit ([fcec730](https://github.com/jpedroh/mach/commit/fcec7308633ed7739804516175fa1f6d1f17a016)) +* **rest-api:** make filters arrayable ([afcdca1](https://github.com/jpedroh/mach/commit/afcdca194510146032633791aacc24c19ac77827)) + # [5.3.0](https://github.com/jpedroh/mach/compare/v5.2.0...v5.3.0) (2021-05-20)