From 9adf9f5952019f7bee01e3b38794b3edd0706683 Mon Sep 17 00:00:00 2001 From: Akshay Kumar Date: Tue, 13 Sep 2022 16:20:12 +0530 Subject: [PATCH] Update CHANGELOG-1.1.md --- CHANGELOG-1.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md index 7a5e56d..3a03152 100644 --- a/CHANGELOG-1.1.md +++ b/CHANGELOG-1.1.md @@ -3,6 +3,9 @@ CHANGELOG for 1.1.x This changelog references any relevant changes introduced in 1.1 minor versions. +* 1.1.1 (2022-09-13) + * Bug Fixes: Entity reference updates and other miscellaneous bug fixes + * 1.1.0 (2022-03-23) * Feature: Improved compatibility with PHP 8 and Symfony 5 components * Bug #92: Check if replyTo headers is provided while processing mail content (vipin-shrivastava)