From e5aedb5fbda62ca2fa2ac84bc4914e972c83a0cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 9 Nov 2023 19:14:56 +0100
Subject: [PATCH] Prepare for v3.1.0

---
 CHANGELOG.md            | 12 +++++++++++-
 ExpressAPI/package.json |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 683abfe..526064f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,17 @@
 - No modifications / Keep major and minors versions in sync with all parts of the project
 -->
 
-## 3.0.0 (?)
+
+## 3.1.0 (???)
+
+### 🔨 Internal / Developers
+- **Typescript**: Add linter (ESLint)
+
+### 📚 Documentation
+- **API**: Routes documentation with Swagger
+
+
+## 3.0.0 (2023-11-03)
 
 ### ✨ Feature
 - Login to Dojo app via Gitlab OAuth
diff --git a/ExpressAPI/package.json b/ExpressAPI/package.json
index ccddeaa..ea4649a 100644
--- a/ExpressAPI/package.json
+++ b/ExpressAPI/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_backend_api",
     "description"    : "Backend API of the Dojo project",
-    "version"        : "3.0.1",
+    "version"        : "3.1.0",
     "license"        : "AGPLv3",
     "author"         : "Michaël Minelli <dojo@minelli.me>",
     "main"           : "dist/src/app.js",
-- 
GitLab