release 21.4.1
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a7ea18a..f0e8726 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -7,6 +7,17 @@
.. towncrier release notes start
**********************
+ v21.4.1 (2026-05-28)
+**********************
+
+Bugfixes - 21.4.1
+=================
+
+- Fix Windows debug build ``venvlauncher_d.exe`` substitution never triggering because ``executables()`` compared the
+ source executable name instead of the target name, and fix ``AttributeError`` on ``debug_build`` attribute for
+ interpreter info objects missing the field - by :user:`gaborbernat`. (:issue:`3151`)
+
+**********************
v21.4.0 (2026-05-28)
**********************
diff --git a/docs/changelog/3151.bugfix.rst b/docs/changelog/3151.bugfix.rst
deleted file mode 100644
index 8d6ca5b..0000000
--- a/docs/changelog/3151.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fix Windows debug build ``venvlauncher_d.exe`` substitution never triggering because ``executables()`` compared the
-source executable name instead of the target name, and fix ``AttributeError`` on ``debug_build`` attribute for
-interpreter info objects missing the field - by :user:`gaborbernat`.