From f2e1b14e23798a13a81c8e591104b70c164a500c Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Tue, 17 May 2016 16:53:46 +0200
Subject: [PATCH] Release version 2.4.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 389ec917..ae461a5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
 # Changelog
 
+## 2.4
+Major features:
+* Support for new use case and feature settings has been added.
+
+Minor features and changes:
+* New API endpoints have been added to reduce requests on session imports.
+* Session use case and feature settings are now included in exports and imports.
+* Authentication providers can now be enabled separately for students and
+  lecturers.
+* A new suspended votes offset setting has been added.
+* JSON export and import now include session info and feature settings.
+
+Bug fixes:
+* Deleted sessions are now correctly evicted from cache.
+* Answer count calculation for free text questions has been fixed.
+
+**This version is brought to you by:**  
+Project management: Klaus Quibeldey-Cirkel  
+Lead programming: Andreas Gärtner, Daniel Gerhardt, Tom "tekay" Käsler  
+Contributions: Paul-Christian Volkmer  
+Sponsoring: [AG QLS](https://www.thm.de/site/en/hochschule/service/ag-qls.html),
+[HMWK](https://wissenschaft.hessen.de/wissenschaft/it-neue-medien/kompetenznetz-e-learning-hessen)
+
+
 ## 2.3.2
 This release fixes a security vulnerability in the account management API. It is
 highly recommended to upgrade if you are using database authentication.
diff --git a/pom.xml b/pom.xml
index 4c62b984..3e2a32fc 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.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<packaging>war</packaging>
 
 	<properties>
-- 
GitLab