diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe382b9602ee8cf2ef671f9fdd3410eb4998e8a0..444a863c1573b6ec360006a3552bc43b4d30de38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## 2.6.1
+### Fixed
+- fix admin dashboard not having any feedback on frontend installation
+- Fix frontend admin tab crashing when no primary frontend is set
+- Add aria attributes to react and extra buttons
+
 ## 2.6.0
 ### Added
 - add the initial i18n translation file for Taiwanese (Hokkien), and modify some related files.
diff --git a/changelog.d/admin-dash-fixes.fix b/changelog.d/admin-dash-fixes.fix
deleted file mode 100644
index ff8eb0a2506aa7d86b588ce93c2a2cc53a04886f..0000000000000000000000000000000000000000
--- a/changelog.d/admin-dash-fixes.fix
+++ /dev/null
@@ -1 +0,0 @@
-fix admin dashboard not having any feedback on frontend installation
diff --git a/changelog.d/fix-admin-crash-when-no-primary-fe-set.fix b/changelog.d/fix-admin-crash-when-no-primary-fe-set.fix
deleted file mode 100644
index 78eae3be97485b7fcb9348a8c21c5be7d30cab6f..0000000000000000000000000000000000000000
--- a/changelog.d/fix-admin-crash-when-no-primary-fe-set.fix
+++ /dev/null
@@ -1 +0,0 @@
-Fix frontend admin tab crashing when no primary frontend is set
diff --git a/changelog.d/react-more-actions-fix.fix b/changelog.d/react-more-actions-fix.fix
deleted file mode 100644
index 9ab41de2397c7385072fe928145576de04f7c060..0000000000000000000000000000000000000000
--- a/changelog.d/react-more-actions-fix.fix
+++ /dev/null
@@ -1 +0,0 @@
-Add aria attributes to react and extra buttons