diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99fc20fcda9d46d12955cced9dd46a1aa7c32af9..bbc84d8325c494b83140225a5efc7b7cb695ce27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,18 +18,24 @@
 -->
 
 
-## 3.4.0 (???)
+## 3.5.0 (???)
+
+## 3.5.0 (2024-02-26)
+- No modifications / Keep major and minors versions in sync with all parts of the project
+
+
+## 3.4.0 (2024-01-23)
 - No modifications / Keep major and minors versions in sync with all parts of the project
 
 
-## 3.3.0 (2023-01-18)
+## 3.3.0 (2024-01-18)
 
 ### ✨ Feature
 - Add a new optional field on `results.json` file to provide some flexible informations display for the teaching staff
 
 
-## 3.2.0 (2023-12-19)
-
+## 3.2.0 (2024-12-19)
+- No modifications / Keep major and minors versions in sync with all parts of the project
 No changes on this part of the project
 
 
diff --git a/ExerciseChecker/package-lock.json b/ExerciseChecker/package-lock.json
index f0c599d7f46177b9bed3029b318983cf2e20bb0b..c7cefb0346f6f4ea37421e5881afe101026cd693 100644
--- a/ExerciseChecker/package-lock.json
+++ b/ExerciseChecker/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_exercise_checker",
-    "version": "3.4.0",
+    "version": "3.5.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_exercise_checker",
-            "version": "3.4.0",
+            "version": "3.5.0",
             "license": "AGPLv3",
             "dependencies": {
                 "@gitbeaker/rest": "^40.0.3",
diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json
index 75a6b02e95c04d5ba12b99a08e5542d3f19b394c..b3ec3ceb02015b7c9e1c41800337f9ba088cd895 100644
--- a/ExerciseChecker/package.json
+++ b/ExerciseChecker/package.json
@@ -1,11 +1,11 @@
 {
-    "name": "dojo_exercise_checker",
-    "description": "App that check an exercise of the Dojo project",
-    "version": "3.4.0",
-    "license": "AGPLv3",
-    "author": "Michaël Minelli <dojo@minelli.me>",
-    "main": "dist/app.js",
-    "bin": {
+    "name"           : "dojo_exercise_checker",
+    "description"    : "App that check an exercise of the Dojo project",
+    "version"        : "3.5.0",
+    "license"        : "AGPLv3",
+    "author"         : "Michaël Minelli <dojo@minelli.me>",
+    "main"           : "dist/app.js",
+    "bin"            : {
         "dirmanager": "./dist/app.js"
     },
     "pkg": {