From a669adf662bb48beae4b3647648528ca82433d9e Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Fri, 18 Jun 2021 13:38:30 -0400 Subject: [PATCH] [release] set changelog for 1.32.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163fd419b..d8bbb1cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.32.0](https://github.com/symfony/maker-bundle/releases/tag/v1.32.0) + +*June 18th, 2021* + +### Feature + +- [#877](https://github.com/symfony/maker-bundle/pull/877) - [make:entity] Default to "datetime_immutable" when creating entities - *@nicolas-grekas* + +### Bug Fix + +- [#899](https://github.com/symfony/maker-bundle/pull/899) - Use proper name for parameter of upgradePassword - *@Tobion* +- [#896](https://github.com/symfony/maker-bundle/pull/896) - Fix keys not found when surrounded by quotes - *@valentinloiseau* +- [#890](https://github.com/symfony/maker-bundle/pull/890) - [make:user] Keep implementing deprecated username methods - *@wouterj* + ## [v1.31.1](https://github.com/symfony/maker-bundle/releases/tag/v1.31.1) *May 12th, 2021*