Skip to content

Commit 9906ceb

Browse files
authored
Update CHANGELOG.md for v1.18.0 release (#272)
* Update CHANGELOG.md for v1.18.0 release * Move some to Bug section
1 parent 318238e commit 9906ceb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
*We intend to follow [Semantic Versioning 2.0.0](https://semver.org/), if you
44
find a change that break's semver, please create an issue.*
55

6+
## [v1.18.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.18.0)
7+
8+
*September 19th, 2023*
9+
10+
### Feature
11+
12+
- [#260](https://github.com/symfonycasts/reset-password-bundle/pull/260) - [ci] handle possible return types - *@jrushlow*
13+
- [#271](https://github.com/symfonycasts/reset-password-bundle/pull/271) - Add el, mk translations - *@zmakrevski*
14+
15+
### Bug
16+
17+
- [#263](https://github.com/symfonycasts/reset-password-bundle/pull/263) - chore: fix type cast in `ResetPasswordRequestRepositoryTrait` when using `declare(strict_types=1);` - *@Crovitche-1623*
18+
19+
## [v1.17.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.17.0)
20+
21+
*February 2nd, 2023*
22+
23+
### Feature
24+
25+
- [#257](https://github.com/symfonycasts/reset-password-bundle/pull/257) - Allow overriding the $resetRequestLifetime when generating a token - *@kbond*
26+
627
## [v1.16.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.16.0)
728

829
*October 4th, 2022*

0 commit comments

Comments
 (0)