diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0fa47c5..ee08d1dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+4.4.5
+========================
+* Fixed Stripchat recordings
+* Fixed ConcurrentModificationException, which caused the recorded models tab
+ to turn blank in client / server mode
+
4.4.4
========================
* Fixed Camsoda token label
diff --git a/client/pom.xml b/client/pom.xml
index 82dc6479..afc65fea 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 4.4.4
+ 4.4.5
../master
diff --git a/common/pom.xml b/common/pom.xml
index 7762728b..16812ee2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 4.4.4
+ 4.4.5
../master
diff --git a/master/pom.xml b/master/pom.xml
index a7c5578a..2dc3c3e5 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
ctbrec
master
pom
- 4.4.4
+ 4.4.5
../common
diff --git a/server/pom.xml b/server/pom.xml
index 6e774be7..56f3526f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 4.4.4
+ 4.4.5
../master