From 9976963d4166a9afe6e7ab0cc8af0075c9e18702 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Wed, 21 Feb 2024 00:28:51 +0100
Subject: [PATCH] Prepare for v3.5.0

---
 AssignmentChecker/package-lock.json | 4 ++--
 AssignmentChecker/package.json      | 2 +-
 CHANGELOG.md                        | 8 +++++++-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/AssignmentChecker/package-lock.json b/AssignmentChecker/package-lock.json
index 03a6c60..d770d26 100644
--- a/AssignmentChecker/package-lock.json
+++ b/AssignmentChecker/package-lock.json
@@ -1,12 +1,12 @@
 {
     "name": "dojo_assignment_checker",
-    "version": "3.4.0",
+    "version": "3.5.0",
     "lockfileVersion": 3,
     "requires": true,
     "packages": {
         "": {
             "name": "dojo_assignment_checker",
-            "version": "3.4.0",
+            "version": "3.5.0",
             "license": "AGPLv3",
             "dependencies": {
                 "axios": "^1.6.5",
diff --git a/AssignmentChecker/package.json b/AssignmentChecker/package.json
index 256854e..2e503ca 100644
--- a/AssignmentChecker/package.json
+++ b/AssignmentChecker/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_assignment_checker",
     "description"    : "App that check an assignment of the Dojo project",
-    "version"        : "3.4.0",
+    "version"        : "3.5.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 797b597..02c63c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,7 +18,13 @@
 -->
 
 
-## 3.4.0 (???)
+## 3.5.0 (???)
+
+### ✨ Feature
+- No modifications / Keep major and minors versions in sync with all parts of the project
+
+
+## 3.4.0 (2023-01-23)
 - No modifications / Keep major and minors versions in sync with all parts of the project
 
 
-- 
GitLab