diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13aecc68..e87b0f62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+5.1.1
+========================
+* Fixed StripChat recordings, thanks to @WinkRU for figuring it out
+* Fixed bug, which caused all model user names with their display name.
+  This is a bad one and probably the cause, that many models are not being
+  detected as online or that the recordings don't start.
+  If possible, delete the 5.1.0 configuration and let ctbrec migrate an
+  old configuration again.
+  Alternatively you can delete the models and re-add them to fix their
+  user names, but this will reset the timestamps in the columns "last seen",
+  "last recorded" and "added at"
+
 5.1.0
 ========================
 * Partially fixed LiveJasmin recordings. They only worked, if manually started
diff --git a/client/pom.xml b/client/pom.xml
index ef87620c..e8fdae2b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.1.0</version>
+        <version>5.1.1</version>
         <relativePath>../master</relativePath>
     </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index 911ad8de..4a8e5d42 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.1.0</version>
+        <version>5.1.1</version>
         <relativePath>../master</relativePath>
     </parent>
 
diff --git a/master/pom.xml b/master/pom.xml
index 65e70d43..ce11570d 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
     <groupId>ctbrec</groupId>
     <artifactId>master</artifactId>
     <packaging>pom</packaging>
-    <version>5.1.0</version>
+    <version>5.1.1</version>
 
     <modules>
         <module>../common</module>
diff --git a/server/pom.xml b/server/pom.xml
index a144bae8..e2a2def7 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.1.0</version>
+        <version>5.1.1</version>
         <relativePath>../master</relativePath>
     </parent>