diff --git a/CHANGELOG.md b/CHANGELOG.md
index 738e12c7af880f9f24528deee7ddb1ed3dd417cf..368373603c8354d70db3c49ec8507ad1ebd54316 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,26 @@
 **⚠️ Deprecation:**
 -->
 
+## 4.2.0 (Upcoming)
+
+### ✨ Feature
+- Add support for tags on assignments and exercises
+
+
+## 4.1.1 (2024-05-28)
+
+### 🐛 Bugfix
+- Remove node warning messages
+
+
+## 4.1.0 (2024-05-28)
+
+### ✨ Feature
+- Add features related to corrige (commentary, commit a specific link / update, delete link)
+
+### 🎨 Interface
+- Ask for confirmation before creating an exercise that already exists
+
 
 ## 4.0.0 (Upcoming)
 
@@ -31,9 +51,7 @@
 ### 🔨 Internal / Developers
 - Move all gitlab API calls to GitBreaker library
 - SonarQube integration
-- **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)
+- Dependencies update
 - **API**: Multi-process start is disabled when it is not executed in a production environment
 
 ### 🐛 Bugfix