Skip to content

Commit

Permalink
Update CHANGELOG.md for v1.18.0 release (#272)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md for v1.18.0 release

* Move some to Bug section
  • Loading branch information
bocharsky-bw committed Sep 19, 2023
1 parent 318238e commit 9906ceb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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*
Expand Down

0 comments on commit 9906ceb

Please sign in to comment.