From 545e80a8e765d2296b7216d971cb1ca8481a10a5 Mon Sep 17 00:00:00 2001 From: freek Date: Thu, 30 Jul 2020 10:02:07 +0200 Subject: [PATCH] wip --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a615602..918d2f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Mailcoach +## 2.2.3 - 2020-07-30 + +- do not ignore `composer.lock` after installing the package + ## 2.2.2 - 2020-06-24 - added missing imports to the mail configuration settings controllers (#44)