diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46abd73..7544ff3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
+
+## v16.0.2 (2023-12-09)
+
+- [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)
+- [Improvement] Introduced Course Discovery Repository and Version settings. (by @Faraz32123)
+- [BugFix] Fix base url for discovery media files, including program banner images. (by @Faraz32123)
+
## v16.0.1 (2023-11-08)
diff --git a/changelog.d/20231005_153602_codewithemad.md b/changelog.d/20231005_153602_codewithemad.md
deleted file mode 100644
index 952a383..0000000
--- a/changelog.d/20231005_153602_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/20231113_125255_faraz.maqsood_introduce_course_discovery_repository_settings.md b/changelog.d/20231113_125255_faraz.maqsood_introduce_course_discovery_repository_settings.md
deleted file mode 100644
index 63cc321..0000000
--- a/changelog.d/20231113_125255_faraz.maqsood_introduce_course_discovery_repository_settings.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Introduced Course Discovery Repository and Version settings. (by @Faraz32123)
\ No newline at end of file
diff --git a/changelog.d/20231208_172458_faraz.maqsood_faraz_fix_base_url_for_media_links.md b/changelog.d/20231208_172458_faraz.maqsood_faraz_fix_base_url_for_media_links.md
deleted file mode 100644
index d8a6c7e..0000000
--- a/changelog.d/20231208_172458_faraz.maqsood_faraz_fix_base_url_for_media_links.md
+++ /dev/null
@@ -1 +0,0 @@
-- [BugFix] Fix base url for discovery media files, including program banner images. (by @Faraz32123)
diff --git a/tutordiscovery/__about__.py b/tutordiscovery/__about__.py
index 610c111..eabf3d3 100644
--- a/tutordiscovery/__about__.py
+++ b/tutordiscovery/__about__.py
@@ -1 +1 @@
-__version__ = "16.0.1"
+__version__ = "16.0.2"