diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43744d8c..2d03b645 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
+
+## v18.1.0 (2024-12-10)
+
+- 💥[Feature] Rename course-authoring MFE to "authoring". Existing URLs are redirected for backward compatibility. (by @regisb)
+- [Feature] Upgrade to Node 20. (by @arbrandes)
+- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes)
+- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @hinakhadim)
+- 💥[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.0.2 (2024-10-29)
diff --git a/changelog.d/20240920_143739_regis_authoring_rename.md b/changelog.d/20240920_143739_regis_authoring_rename.md
deleted file mode 100644
index 377e5242..00000000
--- a/changelog.d/20240920_143739_regis_authoring_rename.md
+++ /dev/null
@@ -1 +0,0 @@
-- 💥[Feature] Rename course-authoring MFE to "authoring". Existing URLs are redirected for backward compatibility. (by @regisb)
diff --git a/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md b/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md
deleted file mode 100644
index 17ea5056..00000000
--- a/changelog.d/20241010_090821_arbrandes_node_20_upgrade.md
+++ /dev/null
@@ -1,2 +0,0 @@
-
-- [Feature] Upgrade to Node 20. (by @arbrandes)
diff --git a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md b/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md
deleted file mode 100644
index 4248ed29..00000000
--- a/changelog.d/20241111_172451_arbrandes_frontend_plugin_support.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Adds support for frontend plugin slot configuration via env.config.jsx. (by @arbrandes)
diff --git a/changelog.d/20241113_224236_hina.khadim.md b/changelog.d/20241113_224236_hina.khadim.md
deleted file mode 100644
index 24bce687..00000000
--- a/changelog.d/20241113_224236_hina.khadim.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 @hinakhadim)
\ No newline at end of file
diff --git a/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_121705_dawoud.sheraz_branch_rename.md
deleted file mode 100644
index fb6e264c..00000000
--- a/changelog.d/20241119_121705_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
diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py
index 93eb58ca..c84c510d 100644
--- a/tutormfe/__about__.py
+++ b/tutormfe/__about__.py
@@ -1 +1 @@
-__version__ = "18.0.2"
+__version__ = "18.1.0"