Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP - [release] 2.0.0 #173

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
*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.*

## [v2.0.0](https://github.com/symfonycasts/verify-email-bundle/releases/tag/v2.0.0)

*MONTH 1st, 2099*

### Feature

* [#168](https://github.com/symfonycasts/verify-email-bundle/pull/168) - [2.x] remove potential LogicException from translation methods - *@jrushlow*
* [#166](https://github.com/symfonycasts/verify-email-bundle/pull/166) - [2.x] generatedAt is now required - *@jrushlow*
* [#164](https://github.com/symfonycasts/verify-email-bundle/pull/164) - [2.x] inject UriSigner directly in the VerifyEmailHelper - *@jrushlow*
* [#163](https://github.com/symfonycasts/verify-email-bundle/pull/163) - [2.x] refactor to use php 8.3 features - *@jrushlow*
* [#160](https://github.com/symfonycasts/verify-email-bundle/pull/160) - [2.x] bump minimum versions - *@jrushlow*
* [450a0ec](https://github.com/SymfonyCasts/verify-email-bundle/commit/450a0ecbb6f834be43fce04d1aee9a07a93e1918) - remove deprecated helper method - *@jrushlow*

### Bug

### Security


---

## [v1.17.0](https://github.com/symfonycasts/verify-email-bundle/releases/tag/v1.17.0)

*March 16th, 2024*
Expand Down
Loading