diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9deade6d9271a41db904e6617d50df6985c69185..0da3f793e1ef5cbd7e8c253696632ae38bbba403 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,8 +12,17 @@
 
 **💥 Breaking:**
 **⚠️ Deprecation:**
+
+### 🔨 Internal / Developers
+- No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
+## 3.0.0 (?)
+
+### 🔨 Internal / Developers
+- No modifications / Keep major and minors versions in sync with all parts of the project
+
+
 ## 2.2.0 (2023-10-16)
 
 ### ✨ Feature
diff --git a/ExerciseChecker/package.json b/ExerciseChecker/package.json
index 4553b1e9794ce1707fb2e2fadf0702abe61fcfbb..bab610db397a63dca86e174e6c0cf059e44012ea 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"        : "2.2.0",
+    "version"        : "3.0.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",