diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json
index 7a305b4f69b1ed0fb553b523fafac9cbb9714f19..68dc622a474dd59eff3abed00e4e6c3ec791542b 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"        : "3.0.0",
+    "version"        : "3.1.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba42ed5c4b4cf05efd17220c5db085a4c4af67eb..d8ca5310d7f9b539f7940e4075c1aa12d6309b39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,17 @@
 - No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
-## 3.0.0 (?)
+
+## 3.1.0 (???)
+
+### ✨ Feature
+- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)
+
+### 🔨 Internal / Developers
+- **Typescript**: Add linter (ESLint)
+
+
+## 3.0.0 (2023-11-03)
 
 ### 🔨 Internal / Developers
 - No modifications / Keep major and minors versions in sync with all parts of the project