Skip to content

Commit ae5c659

Browse files
committed
Merge branch main into 2.x
* main: minor #321 [release] v1.22.0
2 parents b219ce8 + d9cf439 commit ae5c659

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,69 @@ find a change that break's semver, please create an issue.*
1515
- [#298](https://github.com/symfonycasts/reset-password-bundle/pull/298) - replace final annotation with final class keyword - *@jrushlow*
1616
- [#295](https://github.com/symfonycasts/reset-password-bundle/pull/295) - [command] use `AsCommand` attribute - *@jrushlow*
1717

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

2083
*September 19th, 2023*

0 commit comments

Comments
 (0)