diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a23288e1e4d10bd158f5cf18e406ff72d2bbf0e..0a19985421a14dd63ca6afd99467abf59a04c55d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## 2.0.3
+This release fixes a security vulnerability in the account management API. It is
+highly recommended to upgrade if you are using database authentication.
+
+Additional changes:
+* Libraries have been upgraded to fix potential bugs
+* Some unnecessary log warnings for Websocket communication are filtered
+
 ## 2.0.2
 This release updates dependencies. The updated library for Socket.IO support
 fixes memory leaks and disables SSL 3.0 support (POODLE vulnerability).
diff --git a/pom.xml b/pom.xml
index 2768a1d11bc17a79617e0360f9377a307038fbb5..42b420d53971bcc38acc009caaf82784db6fa933 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.0.3-SNAPSHOT</version>
+	<version>2.0.3</version>
 	<packaging>war</packaging>
 
 	<properties>