From 5380dadb3ca75be5aa54983db86e0e8fa4c7e7ca Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 17 Jun 2024 10:06:25 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f24cbc4f..ccaff89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee # Version 1 +# 1.34.0 - 2024-06-17 + +- Support to configure the throttle plugin. + # 1.33.1 - 2024-05-27 - Fixed extension to depend on the DependencyInjection component rather than the HttpKernel.