diff --git a/client/CHANGES.txt b/client/CHANGES.txt
index e7505e9af..34ca99376 100644
--- a/client/CHANGES.txt
+++ b/client/CHANGES.txt
@@ -1,5 +1,8 @@
CHANGES
+4.1.5 (Apr 6, 2021)
+-Updated: Streaming retry fix.
+
4.1.4 (Mar 19, 2021)
- Updated: Internal cache structure refactor.
- Updated: Streaming revamp with several bugfixes and improved log messages.
diff --git a/client/pom.xml b/client/pom.xml
index e5b2d16e1..ce5a16e1e 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
io.split.client
java-client-parent
- 4.1.4
+ 4.1.5
java-client
jar
diff --git a/pom.xml b/pom.xml
index 4ed8474e4..a0384c7cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.split.client
java-client-parent
- 4.1.4
+ 4.1.5
diff --git a/testing/pom.xml b/testing/pom.xml
index f13acaafe..97f24a133 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -6,7 +6,7 @@
io.split.client
java-client-parent
- 4.1.4
+ 4.1.5
java-client-testing