Skip to content

Commit d9cf439

Browse files
authored
minor #321 [release] v1.22.0
1 parent 760d1d4 commit d9cf439

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,68 @@
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.22.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.22.0)
7+
8+
*June 6th, 2024*
9+
10+
### Feature
11+
12+
- [#296](https://github.com/SymfonyCasts/reset-password-bundle/pull/296) - [command] make class final - *@jrushlow*
13+
- [#297](https://github.com/SymfonyCasts/reset-password-bundle/pull/297) - [ResetPasswordHelper] class to become final - *@jrushlow*
14+
- [#305](https://github.com/SymfonyCasts/reset-password-bundle/pull/305) - [trait] add type annotations to ResetPasswordRequestTrait - *@jrushlow*
15+
- [#310](https://github.com/SymfonyCasts/reset-password-bundle/pull/310) - [generator] [1.x] userId argument should be either a string or int - *@jrushlow*
16+
- [#320](https://github.com/SymfonyCasts/reset-password-bundle/pull/320) - Add missing Czech translations - *@dfridrich*
17+
18+
## [v1.21.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.21.0)
19+
20+
*March 5th, 2024*
21+
22+
### Feature
23+
24+
- [#284](https://github.com/SymfonyCasts/reset-password-bundle/pull/284) - [persistence] remove ResetPasswordRequest objects programmatically - *@jrushlow*
25+
26+
## [v1.20.3](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.20.3)
27+
28+
*February 20th, 2024*
29+
30+
### Minor
31+
32+
- [#283](https://github.com/SymfonyCasts/reset-password-bundle/pull/283) - [ci] php-cs-fixer it up - *@jrushlow*
33+
34+
## [v1.20.2](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.20.2)
35+
36+
*January 22nd, 2024*
37+
38+
### Bug
39+
40+
- [#280](https://github.com/SymfonyCasts/reset-password-bundle/pull/280) - Add ro transalation - *@dragosholban*
41+
- [#281](https://github.com/SymfonyCasts/reset-password-bundle/pull/281) - Fix risky falsy comparison thanks to Psalm - *@bocharsky-bw*
42+
43+
## [v1.20.1](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.20.1)
44+
45+
*January 2nd, 2024*
46+
47+
### Bug
48+
49+
- [#279](https://github.com/SymfonyCasts/reset-password-bundle/pull/279) - Fix incorrect case of getOneOrNullResult - *@glaubinix*
50+
51+
## [v1.20.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.20.0)
52+
53+
*December 18th, 2023*
54+
55+
### Feature
56+
57+
- [#277](https://github.com/SymfonyCasts/reset-password-bundle/pull/277) - Drop legacy PHP 7.2-8.0 support - *@bocharsky-bw*
58+
- [#278](https://github.com/SymfonyCasts/reset-password-bundle/pull/278) - Added Mongolian translations - *erkhem42*
59+
60+
## [v1.19.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.19.0)
61+
62+
*December 1st, 2023*
63+
64+
### Feature
65+
66+
- [#274](https://github.com/SymfonyCasts/reset-password-bundle/pull/274) - Allow Symfony 7 - *@bocharsky-bw*
67+
668
## [v1.18.0](https://github.com/symfonycasts/reset-password-bundle/releases/tag/v1.18.0)
769

870
*September 19th, 2023*

0 commit comments

Comments
 (0)