From f72af149070b39ef82a7095074378d0a98b4d2ef Mon Sep 17 00:00:00 2001 From: Jesse Rushlow <40327885+jrushlow@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:29:53 -0400 Subject: [PATCH] minor #169 [release] v1.17.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31223e..017fd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ *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.17.0](https://github.com/symfonycasts/verify-email-bundle/releases/tag/v1.17.0) + +*March 16th, 2024* + +### Feature + +* [#165](https://github.com/symfonycasts/verify-email-bundle/pull/165) - UriSignerFactory to become internal in 2.x - *@jrushlow* +* [#157](https://github.com/symfonycasts/verify-email-bundle/pull/157) - use `UriSigner::checkRequest()` to validate signatures using a `Request` object - *@jrushlow* + ## [v1.14.0](https://github.com/symfonycasts/verify-email-bundle/releases/tag/v1.14.0) *September 22nd, 2023*