From 2628dbcf6e251f712c1da051665d25a8df18500b Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Mon, 8 May 2017 14:03:40 +0200
Subject: [PATCH] Release version 2.4.3

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39e99c41b..3ce66ebd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## 2.4.3
+This release fixes a performance issue on session creation affecting large
+installations.
+
+Bug fixes:
+* WebSocket communication now works correctly for course sessions.
+  (only affects installations using the LMS connector)
+* The configuration parameter `security.facebook.allowed-roles` is now
+  respected.
+
+Additional changes:
+* Libraries have been upgraded to fix potential bugs
+
 ## 2.4.2
 This release fixes a minor security vulnerability which allowed an attacker to
 remove a MotD from a session without being the creator.
diff --git a/pom.xml b/pom.xml
index 58b077d69..c83713056 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.4.3-SNAPSHOT</version>
+	<version>2.4.3</version>
 	<packaging>war</packaging>
 
 	<properties>
-- 
GitLab