diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json
index 8d91297f46368a8bc744d37eae3d426f65a0d536..7a305b4f69b1ed0fb553b523fafac9cbb9714f19 100644
--- a/AssignmentChecker/package.json
+++ b/AssignmentChecker/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_assignment_checker",
     "description"    : "App that check an assignment 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",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f751570217db25141af8b5b74b778e54130a2ee..ba42ed5c4b4cf05efd17220c5db085a4c4af67eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,11 +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
-- 🎉 Initial release of the project
-
-## 0.0.0
\ No newline at end of file
+- 🎉 Initial release of the project
\ No newline at end of file