diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d1e9f3..551b24b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
+
+## v16.0.3 (2023-11-21)
+
+- [Bugfix] Fix the issue of site was not being created during tutor dev launch. (by @Faraz32123)
+- [Enhancement] Add support for using custom credentials repository using CREDENTIALS_REPOSITORY and CREDENTIALS_REPOSITORY_VERSION. (by @Faraz32123)
+- [Documentation] Add command for creating credentials superuser in the readme. (by @Faraz32123)
+
## v16.0.2 (2023-11-08)
diff --git a/changelog.d/20231114_144930_faraz.maqsood_fix_site_configuration_issue.md b/changelog.d/20231114_144930_faraz.maqsood_fix_site_configuration_issue.md
deleted file mode 100644
index d301b7c..0000000
--- a/changelog.d/20231114_144930_faraz.maqsood_fix_site_configuration_issue.md
+++ /dev/null
@@ -1,2 +0,0 @@
-- [Bugfix] Fix the issue of site was not being created during tutor dev launch. (by @Faraz32123)
-- [Enhancement] Add support for using custom credentials repository using CREDENTIALS_REPOSITORY and CREDENTIALS_REPOSITORY_VERSION. (by @Faraz32123)
\ No newline at end of file
diff --git a/tutorcredentials/__about__.py b/tutorcredentials/__about__.py
index 99e36f2..3e6531e 100644
--- a/tutorcredentials/__about__.py
+++ b/tutorcredentials/__about__.py
@@ -1,2 +1,2 @@
-__version__ = "16.0.2"
+__version__ = "16.0.3"