From eea0870bcf7fdf4b8d5e3052e2fd564d1af89454 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 22 May 2021 18:45:14 +0000 Subject: [PATCH] chore(release): 5.4.0 [skip release] # [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)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)