From 29affa911843f11661ad4b0facf060a26ed21fa3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss>
Date: Mon, 10 Jun 2024 17:51:45 +0200
Subject: [PATCH] CHANGELOG => Add upcoming 4.2.0 version

---
 CHANGELOG.md | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

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