From f95510a88bcfd2892966016f13d5102af0a97757 Mon Sep 17 00:00:00 2001 From: daknhh Date: Tue, 4 Feb 2025 12:58:42 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf837f..6a9b239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ## 4.6.1 ### Fixed -- Fix "code not found" error on WAF WCU Quota check -- WAFConfig: - - Add prop OptimizeUnassociatedWebACL - - Fixes CDK rejecting the deployment if the CustomResponseBodies props first char is uppercased +- Bug Fix: Resolved "code not found" error in WAF WCU Quota check. Kudos to [@vboufleur](https://github.com/vboufleur) for fixing this. +- WAFConfig Updates: Kudos to [@vboufleur](https://github.com/vboufleur) for fixing this. +- - Added OptimizeUnassociatedWebACL property. +- - Fixed an issue where CDK rejected deployments if the first character of CustomResponseBodies properties was uppercase. +- Fix: Corrected imports in UnusedNotification Lambda. ## 4.6.0 ### Added