From 4c33a56b81a071b14ab0d428e697c92ba5aa39a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Fri, 22 Sep 2023 11:30:11 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa67d8..a6706a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.8.2] - 2023-09-22 + +### Added + +- `make:dto --request` command now accepts empty request option to create empty base DTO class with empty request method + +### Fixed + +- `make:dto --request` now fill request method properly + ## [1.8.1] - 2023-09-12 ### Fixed