diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7492d0f3..224a4093 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,9 @@
-4.2.0
+4.1.1
 ========================
 * Added open in browser to context menu of thumb overviews
 * Fixed timestamp parsing bug in playlist parser
+  (Should fix recording problems with Camsoda and Stripchat)
+* Fixed thumbnails for BongaCams
 * Removed some donation options. Thanks PayPal, for nothing. You suck!
 
 4.1.0
diff --git a/client/pom.xml b/client/pom.xml
index eeb436d0..d4603df6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>ctbrec</groupId>
 		<artifactId>master</artifactId>
-		<version>4.1.0</version>
+		<version>4.1.1</version>
 		<relativePath>../master</relativePath>
 	</parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index f60ee842..2194d0a6 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
 	<parent>
 		<groupId>ctbrec</groupId>
 		<artifactId>master</artifactId>
-		<version>4.1.0</version>
+		<version>4.1.1</version>
 		<relativePath>../master</relativePath>
 	</parent>
 
diff --git a/master/pom.xml b/master/pom.xml
index 24c5bcb7..3c247382 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
 	<groupId>ctbrec</groupId>
 	<artifactId>master</artifactId>
 	<packaging>pom</packaging>
-	<version>4.1.0</version>
+	<version>4.1.1</version>
 
 	<modules>
 		<module>../common</module>
diff --git a/server/pom.xml b/server/pom.xml
index c161dfa1..4a080f1d 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
 	<parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>4.1.0</version>
+        <version>4.1.1</version>
         <relativePath>../master</relativePath>
     </parent>