diff --git a/CHANGELOG.md b/CHANGELOG.md
index 164ac2d6b..7fea87fe2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
+
+## v18.1.0 (2024-07-23)
+
+- [Improvement] Instead of forcing users to use Authentication MFe, the platform decides how users should log in. (by @CodeWithEmad)
+
+- [Feature] Dark theme: the Indigo theme now covers dark theme for LMS pages, including the MFEs, and they are more beautiful! (by @tanveer65 and @hinakhadim)
+
## v18.0.0 (2024-06-20)
diff --git a/changelog.d/20240614_162236_codewithemad_cleanup.md b/changelog.d/20240614_162236_codewithemad_cleanup.md
deleted file mode 100644
index b13abff92..000000000
--- a/changelog.d/20240614_162236_codewithemad_cleanup.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Instead of forcing users to use Authentication MFe, the platform decides how users should log in. (by @CodeWithEmad)
\ No newline at end of file
diff --git a/changelog.d/20240709_232049_hina.khadim_redwood_dark.md b/changelog.d/20240709_232049_hina.khadim_redwood_dark.md
deleted file mode 100644
index 2e7d30b5e..000000000
--- a/changelog.d/20240709_232049_hina.khadim_redwood_dark.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Feature] Dark theme: the Indigo theme now covers dark theme for LMS pages, including the MFEs, and they are more beautiful! (by @tanveer65 and @hinakhadim)
diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py
index c6a8b8ed8..c84c510d7 100644
--- a/tutorindigo/__about__.py
+++ b/tutorindigo/__about__.py
@@ -1 +1 @@
-__version__ = "18.0.0"
+__version__ = "18.1.0"