From 925dd71fc9d7c31dd852a0537757be60c25e3afe Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 15 Apr 2024 15:35:09 +0200 Subject: [PATCH] Prepare the release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b8f20..f6f578c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.4.1 (2024-04-15) + +* Fixed the discovery of templates provided by the bundle + ## 3.4.0 (2024-04-15) * Increased minimum PHP version to 8.1 (to be consistent with KnpMenu 3.5)