diff --git a/CHANGELOG.md b/CHANGELOG.md
index 551b24b..cae32e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes:
+
+## v16.1.0 (2023-11-30)
+
+- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)
+
+- [Bugfix] Fix build error due to outdated nodeenv. (by @regisb)
+
+- [Bugfix] Added missing default configs that were missed during merge. (by @Faraz32123)
+
+- 💥[Improvement] Simplify plugin settings. As a consequence, many marketing settings are deprecated. If they were useful to you, you can override them using the "credentials-settings-common" patch. (by @regisb)
+
## v16.0.3 (2023-11-21)
diff --git a/changelog.d/20231118_132819_codewithemad.md b/changelog.d/20231118_132819_codewithemad.md
deleted file mode 100644
index 952a383..0000000
--- a/changelog.d/20231118_132819_codewithemad.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)
\ No newline at end of file
diff --git a/changelog.d/20231121_114409_regis_fix_nodeenv.md b/changelog.d/20231121_114409_regis_fix_nodeenv.md
deleted file mode 100644
index e26ebdc..0000000
--- a/changelog.d/20231121_114409_regis_fix_nodeenv.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Fix build error due to outdated nodeenv. (by @regisb)
diff --git a/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md b/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md
deleted file mode 100644
index e50db6c..0000000
--- a/changelog.d/20231124_152344_faraz.maqsood_fix_missing_configs.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Added missing default configs that were missed during merge. (by @Faraz32123)
\ No newline at end of file
diff --git a/changelog.d/20231130_110806_regis_simplify.md b/changelog.d/20231130_110806_regis_simplify.md
deleted file mode 100644
index 0bdf2f4..0000000
--- a/changelog.d/20231130_110806_regis_simplify.md
+++ /dev/null
@@ -1 +0,0 @@
-- 💥[Improvement] Simplify plugin settings. As a consequence, many marketing settings are deprecated. If they were useful to you, you can override them using the "credentials-settings-common" patch. (by @regisb)
diff --git a/tutorcredentials/__about__.py b/tutorcredentials/__about__.py
index c7d74af..5d194c7 100644
--- a/tutorcredentials/__about__.py
+++ b/tutorcredentials/__about__.py
@@ -1 +1 @@
-__version__ = "16.0.3"
+__version__ = "16.1.0"