diff --git a/CHANGELOG.md b/CHANGELOG.md
index db44829f9a5ca07b787e811fa3f52125b042c4eb..b50b5427ab03358ca393450b143e656104844927 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,16 +18,23 @@
 -->
 
 
-## 3.5.1 (???)
+## 3.6.0 (???)
 
 ### ✨ Feature
-- **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
+- Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
+- Add "dojo upgrade" command to open the browser on the latest release page
+- Add features related to corrige (commentary, commit specific link / update, delete link)
 
 ### 🎨 Interface
-- **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden)
+- Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden)
 
 ### 🔨 Internal / Developers
 - SonarQube integration
+- Migration to GitBreaker library for all Gitlab API calls
+- Dependencies update
+
+### 🐛 Bugfix
+- Fix no response when Authorization header is missing
 
 
 ## 3.5.0 (2024-02-21)
diff --git a/NodeApp/package-lock.json b/NodeApp/package-lock.json
index e5f1fc0f2f810b781aa90f38abba5d693347aa30..1337801ee848bc94b5964f1db8653f732a687c17 100644
--- a/NodeApp/package-lock.json
+++ b/NodeApp/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_cli",
-    "version": "3.5.1",
+    "version": "3.6.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_cli",
-            "version": "3.5.1",
+            "version": "3.6.0",
             "license": "AGPLv3",
             "dependencies": {
                 "@gitbeaker/rest": "^39.34.3",
diff --git a/NodeApp/package.json b/NodeApp/package.json
index 7fecfbf27311d239bdaab853a8633ef69b729fc7..06adaf3e94bcefedc33f493eb1999fafbd25d851 100644
--- a/NodeApp/package.json
+++ b/NodeApp/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_cli",
     "description"    : "CLI of the Dojo project",
-    "version"        : "3.5.1",
+    "version"        : "3.6.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",