diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb9418e16d46bd3879b028db21acd9bf7dee3962..86944cad5974a61966352263cafa44fdad887756 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,9 +20,16 @@
 
 ## 3.6.0 (???)
 
+### ✨ Feature
+- Add features related to corrige (commentary, commit specific link / update, delete link)
+
 ### 🔨 Internal / Developers
-- Move all gitlab API calls to GitBreaker library
+- Migration to GitBreaker library for all Gitlab API calls
 - SonarQube integration
+- Multi-process start is disabled where it is not in a production environment
+
+### 📚 Documentation
+- Corrige routes documentation
 
 
 ## 3.5.3 (2024-02-26)
diff --git a/ExpressAPI/assets/OpenAPI/OpenAPI.yaml b/ExpressAPI/assets/OpenAPI/OpenAPI.yaml
index 7f483881cb8cbee47fb9d15398b70cbc0bdb2e2f..d4cda3b872c767abbf6117adc1d2bb68f46a1934 100644
--- a/ExpressAPI/assets/OpenAPI/OpenAPI.yaml
+++ b/ExpressAPI/assets/OpenAPI/OpenAPI.yaml
@@ -1,7 +1,7 @@
 openapi: 3.1.0
 info:
     title: Dojo API
-    version: 3.5.3
+    version: 3.6.0
     description: |
         **Backend API of the Dojo project.**
         
diff --git a/ExpressAPI/package-lock.json b/ExpressAPI/package-lock.json
index 65f4ff248fc4bc19d3364778365abe86ba798bc3..760ee8e43a64e8471e6752843ac3858a7a0acfad 100644
--- a/ExpressAPI/package-lock.json
+++ b/ExpressAPI/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_backend_api",
-    "version": "3.5.3",
+    "version": "3.6.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_backend_api",
-            "version": "3.5.3",
+            "version": "3.6.0",
             "license": "AGPLv3",
             "dependencies": {
                 "@gitbeaker/rest": "^39.34.2",
diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json
index 4d505ff4e0ced300075ee9240791a0126817bcf9..b2da7463ee002bf102ec7288d0d8c6c337b9abab 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.5.3",
+    "version"        : "3.6.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/src/app.js",