diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7df641887a71bf42f398c75e4f3d5bf3abaf90e0..bc25be033009fa17fd4af4e891172997855675ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Changelog de SPIP 4.1
 
-## Unreleased
+## 4.1.8 - 2023-02-27
 
 ### Changed
 
diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php
index 68b23d575f9f7f494d4210508c8433dc71c97c7f..19c3b3ec833f3d420ae31e6dd47af3485d549f87 100644
--- a/ecrire/inc_version.php
+++ b/ecrire/inc_version.php
@@ -441,8 +441,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.1.7';
-define('_SPIP_VERSION_ID', 40107);
+$spip_version_branche = '4.1.8';
+define('_SPIP_VERSION_ID', 40108);
 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 c06093ea91f283afdecce922f8f46135a41bc599..0193a8347af0d51c7112d65b554b1af20822fd73 100644
--- a/ecrire/paquet.xml
+++ b/ecrire/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="spip"
 	categorie="outil"
-	version="4.1.7"
+	version="4.1.8"
 	etat="stable"
 	compatibilite="];["
 	schema="2022022302"
diff --git a/plugins-dist.json b/plugins-dist.json
index b4f4fae24800de695da3a043448c38d6d878b38f..52571db858d624b9ee9a4ba89d5b76366cb8290c 100644
--- a/plugins-dist.json
+++ b/plugins-dist.json
@@ -15,7 +15,7 @@
         "path": "plugins-dist/bigup",
         "source": "https://git.spip.net/spip/bigup.git",
         "branch": "3.1",
-        "tag": "v3.1.1"
+        "tag": "v3.1.2"
     },
     "compagnon": {
         "path": "plugins-dist/compagnon",
@@ -27,7 +27,7 @@
         "path": "plugins-dist/compresseur",
         "source": "https://git.spip.net/spip/compresseur.git",
         "branch": "2.0",
-        "tag": "v2.0.5"
+        "tag": "v2.0.6"
     },
     "dump": {
         "path": "plugins-dist/dump",
@@ -57,7 +57,7 @@
         "path": "plugins-dist/medias",
         "source": "https://git.spip.net/spip/medias.git",
         "branch": "4.0",
-        "tag": "v4.0.7"
+        "tag": "v4.0.8"
     },
     "mots": {
         "path": "plugins-dist/mots",
@@ -99,7 +99,7 @@
         "path": "plugins-dist/statistiques",
         "source": "https://git.spip.net/spip/statistiques.git",
         "branch": "3.0",
-        "tag": "v3.0.4"
+        "tag": "v3.0.5"
     },
     "svp": {
         "path": "plugins-dist/svp",