diff --git a/CHANGELOG.md b/CHANGELOG.md index 533ebe81..e0ee5980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ *We intend to follow [Semantic Versioning 2.0.0](https://semver.org/), if you find a change that break's semver, please create an issue.* +## [v1.18.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.18.0) + +*September 19th, 2023* + +### Feature + +- [#260](https://github.com/symfonycasts/reset-password-bundle/pull/260) - [ci] handle possible return types - *@jrushlow* +- [#271](https://github.com/symfonycasts/reset-password-bundle/pull/271) - Add el, mk translations - *@zmakrevski* + +### Bug + +- [#263](https://github.com/symfonycasts/reset-password-bundle/pull/263) - chore: fix type cast in `ResetPasswordRequestRepositoryTrait` when using `declare(strict_types=1);` - *@Crovitche-1623* + +## [v1.17.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.17.0) + +*February 2nd, 2023* + +### Feature + +- [#257](https://github.com/symfonycasts/reset-password-bundle/pull/257) - Allow overriding the $resetRequestLifetime when generating a token - *@kbond* + ## [v1.16.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.16.0) *October 4th, 2022*