diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0318d2207692ff6b55abf2e9ace129564b9db6a..318ce30032f479cc251a87e0c0687b7a947aefcc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,20 @@
 - No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
-## 5.0.0 (Upcoming)
+
+## 6.0.0 (Upcoming)
+
+### ✨ Feature
+- Add SonarQube integration for exercises (thanks to @joel.vonderwe)
+- **CLI**: Add possibility for the user to delete an exercise if they've reached the limit of 2 exercises
+- **CLI**: List exercises of a user (thanks to @bedran.sezer)
+- **CLI**: List available assignments (thanks to @bedran.sezer)
+
+### 🔨 Internal / Developers
+- Major dependencies update
+
+
+## 5.0.0 (2024-10-21)
 
 ### ✨ Feature
 - Add possibility of self-host the solution
diff --git a/NodeApp/package-lock.json b/NodeApp/package-lock.json
index 870b5a1d67484685518de5988067a4855ce9175b..129aed09e58c33b04c13b81b9f94ae2aa4f26f99 100644
--- a/NodeApp/package-lock.json
+++ b/NodeApp/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_cli",
-    "version": "5.0.0",
+    "version": "6.0.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_cli",
-            "version": "5.0.0",
+            "version": "6.0.0",
             "license": "AGPLv3",
             "dependencies": {
                 "@dotenvx/dotenvx": "^0.45.0",
diff --git a/NodeApp/package.json b/NodeApp/package.json
index 296adac9ca8709c4fb3e9a34503cfdf0edd05463..73b9434cbae5e7f0b027b3d09253f40620e88d4c 100644
--- a/NodeApp/package.json
+++ b/NodeApp/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_cli",
     "description"    : "CLI of the Dojo project",
-    "version"        : "5.0.0",
+    "version"        : "6.0.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@mail.minelli.swiss>",
     "main"           : "dist/app.js",