From 0f967f21df75e64b2d75eb2d6b11c2a52af02a6b Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Mon, 28 Jan 2019 14:29:50 +0100
Subject: [PATCH] Release version 2.6.3

---
 CHANGELOG.md | 8 ++++++++
 pom.xml      | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23b4ea12f..e62554a29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 2.6.3
+Bug fixes:
+* The backend now correctly responds with 4xx error codes instead of 500 to less
+  common errors caused by bad requests from the client-side.
+
+Additional changes:
+* Libraries have been upgraded to fix potential bugs.
+
 ## 2.5.9
 This is a maintenance release which only brings libraries up to date to fix
 potential bugs.
diff --git a/pom.xml b/pom.xml
index f5531448a..08870a89e 100644
--- a/pom.xml
+++ b/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>
-- 
GitLab