We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223d3cc commit 0f967f2Copy full SHA for 0f967f2
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 2.6.3
4
+Bug fixes:
5
+* The backend now correctly responds with 4xx error codes instead of 500 to less
6
+ common errors caused by bad requests from the client-side.
7
+
8
+Additional changes:
9
+* Libraries have been upgraded to fix potential bugs.
10
11
## 2.5.9
12
This is a maintenance release which only brings libraries up to date to fix
13
potential bugs.
pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-backend</artifactId>
- <version>2.6.3-SNAPSHOT</version>
+ <version>2.6.3</version>
<packaging>war</packaging>
<properties>
0 commit comments