diff --git a/CHANGELOG.md b/CHANGELOG.md
index da9d85a63776ef536cc6549f76c3551db2cda4bb..e685b34a4e788bb34634a5dd33f4f40217ef9aff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,16 @@
 -->
 
 
-## 3.4.0 (???)
+## 3.4.2 (2024-01-23)
+
+### 🐛 Bugfix
+- Fix description of the unpublish command in the CLI help
+
+### 📚 Documentation
+- Wiki: add tutorial about adding a new command to the CLI
+
+
+## 3.4.1 (2024-01-23)
 
 ### ✨ Feature
 - Limit of 2 exercises by user
diff --git a/NodeApp/package-lock.json b/NodeApp/package-lock.json
index 5fa193f14e3e973eddca8cf7af8fcac0e7b1c0ea..e65258129e6b3233b33eea6eb42fb84f12d39f5e 100644
--- a/NodeApp/package-lock.json
+++ b/NodeApp/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_cli",
-    "version": "3.4.1",
+    "version": "3.4.2",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_cli",
-            "version": "3.4.1",
+            "version": "3.4.2",
             "license": "AGPLv3",
             "dependencies": {
                 "appdata-path": "^1.0.0",
diff --git a/NodeApp/package.json b/NodeApp/package.json
index fe5466e2f44a52dcf09f8bd37b9ee203d6b3cb1f..3ae9cf17b1c7c2932e3ed62e9ead6f9a7e6f0339 100644
--- a/NodeApp/package.json
+++ b/NodeApp/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_cli",
     "description"    : "CLI of the Dojo project",
-    "version"        : "3.4.1",
+    "version"        : "3.4.2",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",