diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53c7fc61..497463be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
+
+## v16.1.3 (2023-12-07)
+
+- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)
+- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb)
+- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb)
+
## v16.1.2 (2023-11-06)
diff --git a/changelog.d/20231004_141842_codewithemad_test_lint.md b/changelog.d/20231004_141842_codewithemad_test_lint.md
deleted file mode 100644
index 81ca4f19..00000000
--- a/changelog.d/20231004_141842_codewithemad_test_lint.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Added Makefile and test action to repository and formatted code with Black and isort. (by @CodeWithEmad)
\ No newline at end of file
diff --git a/changelog.d/20231205_164707_regis_fix_3rd_party_build.md b/changelog.d/20231205_164707_regis_fix_3rd_party_build.md
deleted file mode 100644
index 587b36c8..00000000
--- a/changelog.d/20231205_164707_regis_fix_3rd_party_build.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Fix image build/pull/push when 3rd-party microfrontends are bind-mounted. (by @regisb)
diff --git a/changelog.d/20231206_170625_regis_get_mfe.md b/changelog.d/20231206_170625_regis_get_mfe.md
deleted file mode 100644
index 65c77228..00000000
--- a/changelog.d/20231206_170625_regis_get_mfe.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Feature] Introduce a `get_mfe(name)` template function to make it easier to write patches. (by @regisb)
diff --git a/tutormfe/__about__.py b/tutormfe/__about__.py
index c79efc0d..ce2be6bd 100644
--- a/tutormfe/__about__.py
+++ b/tutormfe/__about__.py
@@ -1 +1 @@
-__version__ = "16.1.2"
+__version__ = "16.1.3"