diff --git a/CHANGELOG.md b/CHANGELOG.md
index c155f8a..3307230 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
+
+## v17.0.4 (2024-04-09)
+
+- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
+
+- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
+
## v17.0.3 (2024-03-26)
diff --git a/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md b/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md
deleted file mode 100644
index a702565..0000000
--- a/changelog.d/20240320_131420_dawoud.sheraz_redis_update.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
\ No newline at end of file
diff --git a/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md b/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md
deleted file mode 100644
index d511552..0000000
--- a/changelog.d/20240409_175748_dawoud.sheraz_quince_3.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
\ No newline at end of file
diff --git a/tutor/__about__.py b/tutor/__about__.py
index cdfae36..e58e324 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
-__version__ = "17.0.3"
+__version__ = "17.0.4"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and