diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1bf9a9b..d0fa593 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,20 @@ instructions, because git commits are used to generate release notes:
+
+## v19.0.3 (2025-10-27)
+
+- [Bugfix] Set completion_status to completed when lesson_status is passed to ensure course completion status in SCORM 1.2. (by @so-jd)
+
+- [Bugfix] Don't show navigation menu and change scorm content width from 70% to 100% when navigation menu is disabled in new pop-up window. (by @Faraz32123)
+
+
+## v19.0.2 (2025-03-11)
+
+- [Bugfix] Make scorm panel and navigation menu cover the entire height of the display in fullscreen. (by @Danyal-Faheem)
+
+- [Improvement] Provide an option to use the default storage backend url to access scorm assets directly from storage. (by @Danyal-Faheem)
+
## v18.0.2 (2024-07-01)
diff --git a/changelog.d/20250203_142818_danyal.faheem_HEAD.md b/changelog.d/20250203_142818_danyal.faheem_HEAD.md
deleted file mode 100644
index da62f80..0000000
--- a/changelog.d/20250203_142818_danyal.faheem_HEAD.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Make scorm panel and navigation menu cover the entire height of the display in fullscreen. (by @Danyal-Faheem)
\ No newline at end of file
diff --git a/changelog.d/20250307_193543_danyal.faheem.md b/changelog.d/20250307_193543_danyal.faheem.md
deleted file mode 100644
index 964312c..0000000
--- a/changelog.d/20250307_193543_danyal.faheem.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Provide an option to use the default storage backend url to access scorm assets directly from storage. (by @Danyal-Faheem)
\ No newline at end of file
diff --git a/changelog.d/20250808_091751_sorlanczyk_fix_scrom1_2_completion.md b/changelog.d/20250808_091751_sorlanczyk_fix_scrom1_2_completion.md
deleted file mode 100644
index e518264..0000000
--- a/changelog.d/20250808_091751_sorlanczyk_fix_scrom1_2_completion.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Set completion_status to completed when lesson_status is passed to ensure course completion status in SCORM 1.2. (by @so-jd)
diff --git a/changelog.d/20251020_132353_faraz.maqsood.md b/changelog.d/20251020_132353_faraz.maqsood.md
deleted file mode 100644
index 3eddcc9..0000000
--- a/changelog.d/20251020_132353_faraz.maqsood.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Bugfix] Don't show navigation menu and change scorm content width from 70% to 100% when navigation menu is disabled in new pop-up window. (by @Faraz32123)
\ No newline at end of file
diff --git a/openedxscorm/__about__.py b/openedxscorm/__about__.py
index 14d428a..f48c1ca 100644
--- a/openedxscorm/__about__.py
+++ b/openedxscorm/__about__.py
@@ -1 +1 @@
-__version__ = "19.0.2"
+__version__ = "19.0.3"