From 34537431bd61479d228e1808e34f3cbb6cf75e94 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss>
Date: Wed, 26 Feb 2025 15:04:50 +0100
Subject: [PATCH] Prepare for v6.0.0

---
 CHANGELOG.md              | 15 ++++++++++++++-
 NodeApp/package-lock.json |  4 ++--
 NodeApp/package.json      |  2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0318d2..318ce30 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 870b5a1..129aed0 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 296adac..73b9434 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",
-- 
GitLab