diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc52fec..ab6fecc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
+
+## v14.2.3 (2022-12-06)
+
+- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
+
## v14.2.2 (2022-11-29)
diff --git a/changelog.d/20221201_114916_regis_sec_jwt_token_rotation.md b/changelog.d/20221201_114916_regis_sec_jwt_token_rotation.md
deleted file mode 100644
index f300e54..0000000
--- a/changelog.d/20221201_114916_regis_sec_jwt_token_rotation.md
+++ /dev/null
@@ -1 +0,0 @@
-- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
diff --git a/tutor/__about__.py b/tutor/__about__.py
index a4db0d5..685d237 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__ = "14.2.2"
+__version__ = "14.2.3"
# 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