diff --git a/CHANGELOG.md b/CHANGELOG.md
index a54cb9ba335afc77aa7151dbb5878d25fca83027..cc2bdec77581aab24e47308226680506e2abd5ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 Changelog de SPIP 4.1
 
-## Unreleased
+## 4.1.17 - 2024-06-07
 
 ### Security
 
diff --git a/ecrire/inc_version.php b/ecrire/inc_version.php
index c1ad84cc510d68456535a0e2b914fcc9eb290c02..a72136f00153b197148d15abfca83c9d34f21029 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.16';
-define('_SPIP_VERSION_ID', 40116);
+$spip_version_branche = '4.1.17';
+define('_SPIP_VERSION_ID', 40117);
 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 44e956fe882b2002ac0f7579f1b624f943ed1652..60eb524a3e56924d1d67629c6b19e9a4ee58676d 100644
--- a/ecrire/paquet.xml
+++ b/ecrire/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="spip"
 	categorie="outil"
-	version="4.1.16"
+	version="4.1.17"
 	etat="stable"
 	compatibilite="];["
 	schema="2022022302"
diff --git a/plugins-dist.json b/plugins-dist.json
index 132acb98fc32f39b5f866f4c87d7b24c21ab0c45..f5a9f08fc5d8a051111e6f9a6e26252d0dd6f4f5 100644
--- a/plugins-dist.json
+++ b/plugins-dist.json
@@ -45,7 +45,7 @@
         "path": "plugins-dist/forum",
         "source": "https://git.spip.net/spip/forum.git",
         "branch": "3.0",
-        "tag": "v3.0.6"
+        "tag": "v3.0.7"
     },
     "mediabox": {
         "path": "plugins-dist/mediabox",