diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a5d741260e43f76a90353bba712ebe306a3682a..72acb9b8c71cfbd513f1cf85b19c5314e0ec95b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Changelog de SPIP 4.2
 
-## Unreleased
+## 4.2.4 - 2023-07-07
 
 ### Security
 
diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php
index 09ac8596fb5bb78a8761b4c3fc6092914ae553b9..03e408cef9c922390c80c9d914f90dc30faf2c27 100644
--- a/ecrire/inc_version.php
+++ b/ecrire/inc_version.php
@@ -443,8 +443,8 @@ $liste_des_authentifications = [
 // pour specifier les versions de SPIP necessaires
 // il faut s'en tenir a un nombre de decimales fixe
 // ex : 2.0.0, 2.0.0-dev, 2.0.0-beta, 2.0.0-beta2
-$spip_version_branche = '4.2.3';
-define('_SPIP_VERSION_ID', 40203);
+$spip_version_branche = '4.2.4';
+define('_SPIP_VERSION_ID', 40204);
 define('_SPIP_EXTRA_VERSION', '');
 
 // cette version dev accepte tous les plugins compatible avec la version ci-dessous
diff --git a/ecrire/paquet.xml b/ecrire/paquet.xml
index 8cd912075564957d9a368ffab3be1b2f04b6287e..0b4e3a42a20a7e0f5c63a30729ade198bb165f20 100644
--- a/ecrire/paquet.xml
+++ b/ecrire/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="spip"
 	categorie="outil"
-	version="4.2.3"
+	version="4.2.4"
 	etat="stable"
 	compatibilite="];["
 	schema="2022022303"
diff --git a/plugins-dist.json b/plugins-dist.json
index e7dd212050e5d1904a40b7006d17e269d003d706..645c25543d224b787421a9c8117c456c36ace7ae 100644
--- a/plugins-dist.json
+++ b/plugins-dist.json
@@ -51,7 +51,7 @@
         "path": "plugins-dist/mediabox",
         "source": "https://git.spip.net/spip/mediabox.git",
         "branch": "3.1",
-        "tag": "v3.1.2"
+        "tag": "v3.1.3"
     },
     "medias": {
         "path": "plugins-dist/medias",
@@ -63,7 +63,7 @@
         "path": "plugins-dist/mots",
         "source": "https://git.spip.net/spip/mots.git",
         "branch": "4.1",
-        "tag": "v4.1.1"
+        "tag": "v4.1.2"
     },
     "plan": {
         "path": "plugins-dist/plan",
@@ -111,7 +111,7 @@
         "path": "plugins-dist/textwheel",
         "source": "https://git.spip.net/spip/textwheel.git",
         "branch": "3.1",
-        "tag": "v3.1.2"
+        "tag": "v3.1.3"
     },
     "urls_etendues": {
         "path": "plugins-dist/urls_etendues",