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 acc0da44e03bf02b5fb64052092034ecf060adcf..0c18bdb6c9571675fd7b9c18aea0f027566f2e04 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": {
                 "axios": "^1.6.5",
diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json
index 191bed03146ddc20d34437f03dabbcbc9b963915..6cb12c8108325cbe8cd0c55252827f7a48f73f32 100644
--- a/ExerciseChecker/package.json
+++ b/ExerciseChecker/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_exercise_checker",
     "description"    : "App that check an exercise of the Dojo project",
-    "version"        : "3.4.0",
+    "version"        : "3.5.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",