diff --git a/CHANGELOG.md b/CHANGELOG.md
index 299ae8578d3b3a3a49f44df8e0506897e8c162cd..d947d949fbfa791a39dde8a2efab57f27440c02e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,22 @@
 **⚠️ Deprecation:**
 -->
 
-## 3.2.0 (???)
+
+## 3.3.0 (???)
+
+### ✨ Feature
+- **CLI**: Add a run command on assignment (to run the assignment as an exercise)
+- **CLI**: Show an information message when a new version of the CLI is available (and not required)
+- Add a new optional field on `results.json` file to provide some flexible informations display for the teaching staff
+
+### 🎨 Interface
+- **CLI**: Add a new level of verbose for exercise / assignment run command
+
+### 🐛 Bugfix
+- **CLI**: Fix an error when providing template for assignment creation
+
+
+## 3.2.0 (2023-12-19)
 
 ### ✨ Feature
 - **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings)