From 69a4fb7269caccb3ed1e57be39c27d16431e38a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.me>
Date: Fri, 29 Mar 2024 03:38:41 +0100
Subject: [PATCH] CHANGELOG => Update v4

---
 CHANGELOG.md | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6ed5e5..738e12c 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
 
-- 
GitLab