diff --git a/CHANGELOG.md b/CHANGELOG.md
index 956c010d60..80803702ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
+
+## v18.1.2 (2024-07-26)
+
+- [Security] Add upstream security fix as patch in Open edX image (by @dawoudsheraz)
+
## v18.1.1 (2024-07-04)
diff --git a/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md b/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md
deleted file mode 100644
index 39a3c8e83c..0000000000
--- a/changelog.d/20240725_221432_dawoud.sheraz_july_25_security_patch.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Security] Add upstream security fix as patch in Open edX image (by @dawoudsheraz)
diff --git a/tutor/__about__.py b/tutor/__about__.py
index 214299363a..202beaa4c8 100644
--- a/tutor/__about__.py
+++ b/tutor/__about__.py
@@ -2,7 +2,7 @@
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
-__version__ = "18.1.1"
+__version__ = "18.1.2"
# 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