diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6ed5e5ab7c0fed55f7ff34226009972dad673c5..738e12c7af880f9f24528deee7ddb1ed3dd417cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,22 +15,31 @@
 -->
 
 
-## 3.6.0 (Upcoming)
+## 4.0.0 (Upcoming)
 
 ### ✨ Feature
 - Add features related to corrige (commentary, commit specific link / update, delete link)
 - **CLI**: Add some commands to generate files that will be used for terminal completion (bash, fish and zsh)
-- **CLI**: Add "dojo upgrade" command to open the browser on the latest release page
+- **CLI**: Add `dojo upgrade` command that automatic upgrade the CLI to the latest version (or the latest dev version)
 
 ### 🎨 Interface
 - **CLI**: Move from `session` command to `auth` (for retro-compatibility, `session` command is still available, but hidden)
 
+### 🤏 Minor change
+- **CLI**: Do not add spaces in directory name of repository's clone
+
 ### 🔨 Internal / Developers
 - Move all gitlab API calls to GitBreaker library
 - SonarQube integration
-- Dependencies update
+- **CLI and Checkers**: Migrate to native ESM (ECMAScript Modules)
+- Dependencies update (huge update for CLI and Checkers because of some dependencies that was locked on older versions
+because newer ones require native ESM)
 - **API**: Multi-process start is disabled when it is not executed in a production environment
 
+### 🐛 Bugfix
+- **API**: Fix no response when Authorization header is missing
+- **API**: Fix get assignment by url with assignment containing spaces
+
 ### 📚 Documentation
 - Migration from Wiki to static web site