From 6d7604a3efdfecb34007af4d03a6947104460ce1 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Sadhu Date: Wed, 23 Aug 2023 18:09:40 +0100 Subject: [PATCH] refactored the code --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b36fa8d..bfc802ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [3.11.4] - 2023-08-16 +## [3.11.4] - 2023-08-23 ### Changed - Metrics have been incorporated into Waggle Dance with the inclusion of tags, which will facilitate filtering within Datadog. - Exclude jetty-all from core module, because it makes spring start fail and makes `WaggleDanceIntegrationTest` fail.