diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54194d5c..1ff0e970 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
+
+## v17.0.1 (2024-03-26)
+
+- [Feature] Add a new `mfe-dockerfile-production-final` patch to define additional instructions in the final image. (by @MoisesGSalas)
+- [Bugfix] Fix MFE runtime config via site configuration in dev mode (by @arbrandes).
+- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb)
+- [Bugfix] Make sure course-authoring mfe is present in `MFE_APPS` before applying cms-development-settings. (by @Danyal-Faheem)
+- [Bugfix] Fix issue of `MFE_HOST` url redirection to `LMS_HOST` (by @hinakhadim)
+- [Bugfix] Added the learner-dashboard-dev image to the gitlab ci. (by @Danyal-Faheem)
+- [Improvement] Adds the `COURSE_AUTHORING_MFE_BASE_URL` to `MFE_CONFIG` pointing to the Course Authoring MFE address. (by @rpenido)
+
## v17.0.0 (2023-12-09)
diff --git a/changelog.d/20231220_054305_moisesgsalas.add_docker_final_patch.md b/changelog.d/20231220_054305_moisesgsalas.add_docker_final_patch.md
deleted file mode 100644
index 48468287..00000000
--- a/changelog.d/20231220_054305_moisesgsalas.add_docker_final_patch.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-- [Feature] Add a new `mfe-dockerfile-production-final` patch to define additional instructions in the final image. (by @MoisesGSalas)
diff --git a/changelog.d/20240206_100528_arbrandes_fix_dev_runtime_config.md b/changelog.d/20240206_100528_arbrandes_fix_dev_runtime_config.md
deleted file mode 100644
index 57bad651..00000000
--- a/changelog.d/20240206_100528_arbrandes_fix_dev_runtime_config.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Fix MFE runtime config via site configuration in dev mode (by @arbrandes).
diff --git a/changelog.d/20240212_115536_regis_pkg_resources.md b/changelog.d/20240212_115536_regis_pkg_resources.md
deleted file mode 100644
index 35b6d201..00000000
--- a/changelog.d/20240212_115536_regis_pkg_resources.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on `pkg_resources`. (by @regisb)
diff --git a/changelog.d/20240213_141934_danyal.faheem_fix_course_authoring_mfe_removal.md b/changelog.d/20240213_141934_danyal.faheem_fix_course_authoring_mfe_removal.md
deleted file mode 100644
index c3fce036..00000000
--- a/changelog.d/20240213_141934_danyal.faheem_fix_course_authoring_mfe_removal.md
+++ /dev/null
@@ -1 +0,0 @@
-[Bugfix] Make sure course-authoring mfe is present in MFE_APPS before applying cms-development-settings. (by @Danyal-Faheem)
diff --git a/changelog.d/20240220_180043_hina.khadim_mfe_url_issue.md b/changelog.d/20240220_180043_hina.khadim_mfe_url_issue.md
deleted file mode 100644
index 58d0a2a6..00000000
--- a/changelog.d/20240220_180043_hina.khadim_mfe_url_issue.md
+++ /dev/null
@@ -1 +0,0 @@
-- [BugFix] Fix issue of MFE_HOST url redirection to LMS_HOST (by @hinakhadim)
diff --git a/changelog.d/20240221_114505_danyal.faheem_add_learner_dashboard_dev_to_ci.md b/changelog.d/20240221_114505_danyal.faheem_add_learner_dashboard_dev_to_ci.md
deleted file mode 100644
index af8efc64..00000000
--- a/changelog.d/20240221_114505_danyal.faheem_add_learner_dashboard_dev_to_ci.md
+++ /dev/null
@@ -1 +0,0 @@
--[Bugfix] Added the learner-dashboard-dev image to the gitlab ci. (by @Danyal-Faheem)
diff --git a/changelog.d/20240301_160746_romulo_add_course_authoring_url_mfe_config.md b/changelog.d/20240301_160746_romulo_add_course_authoring_url_mfe_config.md
deleted file mode 100644
index d44b6a53..00000000
--- a/changelog.d/20240301_160746_romulo_add_course_authoring_url_mfe_config.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Adds the "COURSE_AUTHORING_MFE_BASE_URL" to MFE_CONFIG pointing to the Course Authoring MFE address. (by @rpenido)
diff --git a/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md b/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md
deleted file mode 100644
index 1325a0bf..00000000
--- a/changelog.d/20240305_113936_moises.gonzalez_fix_dev_settings_rendering.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] add a missing curly braces in the openedx-lms-development-settings patch
diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py
index a08b09c5..dba3a77b 100644
--- a/tutormfe/__about__.py
+++ b/tutormfe/__about__.py
@@ -1 +1 @@
-__version__ = "17.0.0"
+__version__ = "17.0.1"