diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9073c57a..38d6a7f1b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,21 @@ instructions, because git commits are used to generate release notes:
+
+## v18.3.0 (2024-12-11)
+
+- 💥 [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.
+- [Bugfix] Fix dropdown select rendering issue on light theme (by @dawoudsheraz)
+ - ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected.
+- [Bugfix] Add dark-theme for Course Handouts and Course Updates that appears on Learning MFE Course Outline Page (by @hinakhadim)
+- [Bugfix] Update dark-theme styles for ORA (Open Response Assessment) so that it becomes readable, usable, beautiful, and appealing (by @hinakhadim)
+ - The readability of styles in the `scss` file is challenging and will be improved in subsequent releases.
+- [Bugfix] Fix various dark theme issues with Teams tab on LMS. (by @dawoudsheraz)
+- [Bugfix] Update dark-theme styles for Notes and Textbook Page (by @hinakhadim)
+
## v18.2.2 (2024-10-29)
diff --git a/changelog.d/20241113_222629_hina.khadim.md b/changelog.d/20241113_222629_hina.khadim.md
deleted file mode 100644
index 24bce687e..000000000
--- a/changelog.d/20241113_222629_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_122802_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_122802_dawoud.sheraz_branch_rename.md
deleted file mode 100644
index fb6e264c9..000000000
--- a/changelog.d/20241119_122802_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/changelog.d/20241203_174019_dawoud.sheraz_fix_dropdown_rendering.md b/changelog.d/20241203_174019_dawoud.sheraz_fix_dropdown_rendering.md
deleted file mode 100644
index 906eb6e9d..000000000
--- a/changelog.d/20241203_174019_dawoud.sheraz_fix_dropdown_rendering.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- [Bugfix] Fix dropdown select rendering issue on light theme (by @dawoudsheraz)
- - ".wrapper-problem-response" did not need any dark theme variables outside dark-theme class for dropdown problems. This was causing the dropdown to use dark theme variables regardless of the theme that user selected.
diff --git a/changelog.d/20241205_224820_hina.khadim_dark_theme_course_handouts.md b/changelog.d/20241205_224820_hina.khadim_dark_theme_course_handouts.md
deleted file mode 100644
index e262f50a7..000000000
--- a/changelog.d/20241205_224820_hina.khadim_dark_theme_course_handouts.md
+++ /dev/null
@@ -1 +0,0 @@
-- [BugFix] Add dark-theme for Course Handouts and Course Updates that appears on Learning MFE Course Outline Page (by @hinakhadim)
\ No newline at end of file
diff --git a/changelog.d/20241205_225149_hina.khadim_ora_dark_theme_fixups.md b/changelog.d/20241205_225149_hina.khadim_ora_dark_theme_fixups.md
deleted file mode 100644
index 5658dc72c..000000000
--- a/changelog.d/20241205_225149_hina.khadim_ora_dark_theme_fixups.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- [BugFix] Update dark-theme styles for ORA (Open Response Assessment) so that it becomes readable, usable, beautiful, and appealing (by @hinakhadim)
- - The readability of styles in the `scss` file is challenging and will be improved in subsequent releases.
\ No newline at end of file
diff --git a/changelog.d/20241206_184802_dawoud.sheraz_teams_tab_dark_theme_fixups.md b/changelog.d/20241206_184802_dawoud.sheraz_teams_tab_dark_theme_fixups.md
deleted file mode 100644
index 2df6aa437..000000000
--- a/changelog.d/20241206_184802_dawoud.sheraz_teams_tab_dark_theme_fixups.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Fix various dark theme issues with Teams tab on LMS. (by @dawoudsheraz)
diff --git a/changelog.d/20241209_134456_hina.khadim_teams_notes_page.md b/changelog.d/20241209_134456_hina.khadim_teams_notes_page.md
deleted file mode 100644
index d6b3351fb..000000000
--- a/changelog.d/20241209_134456_hina.khadim_teams_notes_page.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Update dark-theme styles for Notes and Textbook Page (by @hinakhadim)
diff --git a/tutorindigo/__about__.py b/tutorindigo/__about__.py
index 6d5890d6d..22ed76922 100644
--- a/tutorindigo/__about__.py
+++ b/tutorindigo/__about__.py
@@ -1 +1 @@
-__version__ = "18.2.2"
+__version__ = "18.3.0"