diff --git a/CHANGELOG.md b/CHANGELOG.md
index 683abfea1ec8db4ce91c6eb5fb7df95375fd2c5f..526064f4e4030ef5bb57219fa5c6a17096c84f20 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 (???)
+
+### 🔨 Internal / Developers
+- **Typescript**: Add linter (ESLint)
+
+### 📚 Documentation
+- **API**: Routes documentation with Swagger
+
+
+## 3.0.0 (2023-11-03)
 
 ### ✨ Feature
 - Login to Dojo app via Gitlab OAuth
diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json
index ccddeaa6711e147c42f476738d36f14c038e31ea..ea4649a6eb975f20c86f3a3ce29a7ab9b8f8138c 100644
--- a/ExpressAPI/package.json
+++ b/ExpressAPI/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_backend_api",
     "description"    : "Backend API of the Dojo project",
-    "version"        : "3.0.1",
+    "version"        : "3.1.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/src/app.js",