From 624c3c1c9adf9a17ccd0380f9a1c53d28c00eeeb Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Fri, 9 Oct 2020 18:26:15 -0700 Subject: [PATCH] v3.3.0 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c224391..22a3349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## [v3.2.0](https://github.com/gordalina/GordalinaMixpanelBundle/releases/tag/3.1.0) +## [v3.3.0](https://github.com/gordalina/GordalinaMixpanelBundle/releases/tag/3.3.0) + +[3.2.0...3.3.0](https://github.com/gordalina/GordalinaMixpanelBundle/compare/3.2.0...3.3.0) + +### Security Fixes + +- Upgraded `symfony/http-kernel` to `^4.4.13 || 5.1.5` to address [CVE-2020-15094](https://github.com/advisories/GHSA-754h-5r27-7x3r) + +## [v3.2.0](https://github.com/gordalina/GordalinaMixpanelBundle/releases/tag/3.2.0) [3.1.0...3.2.0](https://github.com/gordalina/GordalinaMixpanelBundle/compare/3.1.0...3.2.0) @@ -21,7 +29,9 @@ App\Entity\User: email: email phone: phone ``` + By + ```yaml Symfony\Component\Security\Core\User\UserInterface: id: username