diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e39d52..437739f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
+
+## v19.0.0 (2024-12-09)
+
+- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
+
+- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)
+
+- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
+ * Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
+ * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
+
## v18.1.0 (2024-09-15)
diff --git a/changelog.d/20241029_165054_abdul.muqadim_sumac.md b/changelog.d/20241029_165054_abdul.muqadim_sumac.md
deleted file mode 100644
index d14f9d9..0000000
--- a/changelog.d/20241029_165054_abdul.muqadim_sumac.md
+++ /dev/null
@@ -1 +0,0 @@
-- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
\ No newline at end of file
diff --git a/changelog.d/20241114_112205_abdul.muqadim_remove_py3_8_references.md b/changelog.d/20241114_112205_abdul.muqadim_remove_py3_8_references.md
deleted file mode 100644
index 645ac90..0000000
--- a/changelog.d/20241114_112205_abdul.muqadim_remove_py3_8_references.md
+++ /dev/null
@@ -1 +0,0 @@
-- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)
\ No newline at end of file
diff --git a/changelog.d/20241119_170155_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_170155_dawoud.sheraz_branch_rename.md
deleted file mode 100644
index fb6e264..0000000
--- a/changelog.d/20241119_170155_dawoud.sheraz_branch_rename.md
+++ /dev/null
@@ -1,3 +0,0 @@
-- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
- * Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
- * Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
\ No newline at end of file