From aa1b7215a77010aeef345a7ebedfe1aad7bb5255 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Wed, 30 Jun 2021 15:57:21 -0400 Subject: [PATCH] [release] v1.33.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bbb1cc7..26dcfb8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v1.33.0](https://github.com/symfony/maker-bundle/releases/tag/v1.33.0) + +*June 30th, 2021* + +### Feature + +- [#895](https://github.com/symfony/maker-bundle/pull/895) - [make:crud] send the proper HTTP status codes and use renderForm() when available - *@dunglas* +- [#889](https://github.com/symfony/maker-bundle/pull/889) - [make:user] Use password_hashers instead of encoders - *@wouterj* + +### Bug Fix + +- [#913](https://github.com/symfony/maker-bundle/pull/913) - [make:registration] conditionally generate verify email flash in template - *@jrushlow* +- [#881](https://github.com/symfony/maker-bundle/pull/881) - [make:entity] Fix error when API-Platform is installed. - *@MichaelBrauner* + ## [v1.32.0](https://github.com/symfony/maker-bundle/releases/tag/v1.32.0) *June 18th, 2021*