From 79ba5af396c4f4e64fe9c8b9af65f8441fdb44cf Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Wed, 12 May 2021 11:22:50 +0200 Subject: [PATCH] Update CHANGELOG for v2.10.7 --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a172e7..2c8a1c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -a759036 bug #827 Use named constructor for lcobucci/jwt Ecdsa signers (chalasr) -c765af7 bug #826 Fix creating tokens when iat is already set in the payload (chalasr) - CHANGELOG ========= -For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.10.6 +For a diff between two versions https://github.com/lexik/LexikJWTAuthenticationBundle/compare/v1.0.0...v2.10.7 + +## [2.10.7](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.10.7) (2020-05-12) + +* bug [a175d6dab9](https://github.com/lexik/LexikJWTAuthenticationBundle/commit/a175d6dab968d93e96a3e4f80c495435f71d5eb7) Prevent user enumeration via response content ([chalasr](https://github.com/chalasr)) ## [2.10.6](https://github.com/lexik/LexikJWTAuthenticationBundle/tree/v2.10.6) (2020-01-20)