diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57b5c98e6be217df05aa315d684f28a413a2f86e..ccd94c2a9eb4d3447bc0b96ea07a750af86f7173 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,33 @@
 # Changelog
 
+## 2.4
+Major features:
+* Slides: A new content format without any answer options has been added.
+* Interactive keynote: A new use case including the 'slides' format has been
+  added. It replaces the 'All-inclusive' use case.
+
+Minor features and changes:
+* An overlay showing count of new student's questions and average feedback has
+  been added to presentation mode.
+* Student's questions and comments are now directly displayed instead of a list
+  of subjects.
+* JSON export and import now include session info and feature settings.
+
+Bug fixes:
+* Editor buttons now add new lines when necessary to produce correct Markdown.
+* New lines in Markdown content are now displayed as is.
+* All question formats apart from 'grid' are now correctly exported to CSV.
+
+Changes for developers:
+* Initial support for localization variations has been implemented.
+
+**This version is brought to you by:**  
+Project management: Klaus Quibeldey-Cirkel  
+Lead programming: Andreas Gärtner, Daniel Gerhardt, Tom "tekay" Käsler  
+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.3
 Bug fixes:
 * Fixes JavaScript errors occuring with `question.answer-option-limit` set to
diff --git a/pom.xml b/pom.xml
index 4a4bf0361d42f353141f7e6fec2d20f44b6b2453..e2b6ff1f1ab5ccf58a066b96649addaa34a1929e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.thm.arsnova</groupId>
 	<artifactId>arsnova-mobile</artifactId>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<packaging>war</packaging>
 	<name>ARSnova Mobile</name>