Skip to content
Snippets Groups Projects
Commit 265c1759 authored by michael.minelli's avatar michael.minelli
Browse files

Move from v3.6.0 to v4.0.0

parent 54136cbf
No related branches found
No related tags found
No related merge requests found
Pipeline #30887 passed
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
--> -->
## 3.6.0 (???) ## 4.0.0 (???)
### ✨ Feature ### ✨ Feature
- Add features related to corrige (commentary, commit specific link / update, delete link) - Add features related to corrige (commentary, commit specific link / update, delete link)
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
- SonarQube integration - SonarQube integration
- Multi-process start is disabled where it is not in a production environment - Multi-process start is disabled where it is not in a production environment
### 🐛 Bugfix
- Fix no response when Authorization header is missing
- Fix get assignment by url with assignment containing spaces
### 📚 Documentation ### 📚 Documentation
- Corrige routes documentation - Corrige routes documentation
......
This diff is collapsed.
openapi: 3.1.0 openapi: 3.1.0
info: info:
title: Dojo API title: Dojo API
version: 3.6.0 version: 4.0.0
description: | description: |
**Backend API of the Dojo project.** **Backend API of the Dojo project.**
......
This diff is collapsed.
{ {
"name" : "dojo_backend_api", "name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project", "description" : "Backend API of the Dojo project",
"version" : "3.6.0", "version" : "4.0.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/src/app.js", "main" : "dist/src/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment