From 355aa8e9155c90f4dd9620895ffd86ce2e3c7cfb Mon Sep 17 00:00:00 2001 From: Mat Wright Date: Tue, 19 Jan 2021 12:37:30 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cab8505..08ac56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,28 @@ LmcUser ChangeLog ======= -V3.2.1 +V3.3.3 ------------ * Fixed session storage name to be constant not dependent from used class. * Added the ability to exchange the underlying hydrator for the user hydrator decorator. +V3.3.2 +------------ + +* updated unit tests +* Travis reconfig + +V3.3.1 +------------ + +* Update README.md + +V3.3.0 +------------ + +* This release marks the move from the old organization namespace to the new one. + V3.2.0 ------------ * Updated minimum PHP version to 7.3