From 629a54e951d07ca726d21f9b8f3b323425183fb0 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Sat, 6 Apr 2024 16:40:19 +0200 Subject: [PATCH] Prepare 6.4.1 release --- CHANGELOG-6.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-6.4.md b/CHANGELOG-6.4.md index ceb51f14a1..d595bfe631 100644 --- a/CHANGELOG-6.4.md +++ b/CHANGELOG-6.4.md @@ -6,6 +6,10 @@ This changelog references the relevant changes (bug and security fixes) done in To get the diff for a specific change, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/compare/6.4.0...6.4.1 +## 6.4.1 / 2024-04-06 + +* [AllBundles] Fix incorrect return types [#3385](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3385) ([@delboy1978uk](https://github.com/delboy1978uk)) + ## 6.4.0 / 2024-03-31 * [RedirectBundle] Remove unnecessary query [#3367](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3367) ([@dannyvw](https://github.com/dannyvw))