diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b40d9e48fda821fd49da824c25005a21611967f..45692c9e0fff9dce14eb69995c72a2c517f17ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,23 @@ **⚠️ Deprecation:** --> -## 3.0.0 (?) + +## 3.1.0 (???) + +### ✨ Feature +- **AssignmentCheck**: Add linter for help improve the quality of the assignment (the linter will not throw errors but warnings) + +### 🔨 Internal / Developers +- **Typescript**: Add linter (ESLint) + +### 📚 Documentation +- **API**: Routes documentation with Swagger + +### 🐛 Bugfix +- **CLI**: Fix error messages when not logged in + + +## 3.0.0 (2023-11-03) ### ✨ Feature - Login to Dojo app via Gitlab OAuth