diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cb61e56..e5d55fdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co
+
+## 6.5.1 (2024-10-21)
+
+### Bug fixes
+
+- Allow and ignore extra attributes to `MetricsConfiguration` when metrics are disabled. This allows passing a partial metrics configuration even when they are disabled, which simplifies the structure of Phalanx configurations based on dumping the Helm values into a YAML configuraiton file.
+
## 6.5.0 (2024-10-18)
diff --git a/changelog.d/20241021_091054_rra_DM_47011.md b/changelog.d/20241021_091054_rra_DM_47011.md
deleted file mode 100644
index 4c5dc9ca..00000000
--- a/changelog.d/20241021_091054_rra_DM_47011.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### Bug fixes
-
-- Allow and ignore extra attributes to `MetricsConfiguration` when metrics are disabled. This allows passing a partial metrics configuration even when they are disabled, which simplifies the structure of Phalanx configurations based on dumping the Helm values into a YAML configuraiton file.