diff --git a/CHANGES.txt b/CHANGES.txt
index d13958091..e3be07e36 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,6 @@
-4.14.1 (XXX XX, XXXX)
+4.15.0 (Apr 18, 2025)
- Prevent polling threads from starting when the SDK calls destroy method.
+- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
4.14.0 (Jan 17, 2025)
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
diff --git a/client/pom.xml b/client/pom.xml
index 6ba7dbd15..eea9088e7 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,9 +5,9 @@
io.split.client
java-client-parent
- 4.14.0
+ 4.15.0
- 4.14.0
+ 4.15.0
java-client
jar
Java Client
diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml
index 01c47aa3e..54d9417c3 100644
--- a/okhttp-modules/pom.xml
+++ b/okhttp-modules/pom.xml
@@ -5,10 +5,10 @@
java-client-parent
io.split.client
- 4.14.0
+ 4.15.0
4.0.0
- 4.14.0
+ 4.15.0
okhttp-modules
jar
http-modules
diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml
index e15e18b39..b9cefb432 100644
--- a/pluggable-storage/pom.xml
+++ b/pluggable-storage/pom.xml
@@ -6,7 +6,7 @@
java-client-parent
io.split.client
- 4.14.0
+ 4.15.0
2.1.0
diff --git a/pom.xml b/pom.xml
index 8b320a4b3..0a11e0a68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.split.client
java-client-parent
- 4.14.0
+ 4.15.0
diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml
index 0392330a6..6577d75f7 100644
--- a/redis-wrapper/pom.xml
+++ b/redis-wrapper/pom.xml
@@ -6,7 +6,7 @@
java-client-parent
io.split.client
- 4.14.0
+ 4.15.0
redis-wrapper
3.1.1
diff --git a/testing/pom.xml b/testing/pom.xml
index 647c54946..5cbde3700 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -5,10 +5,11 @@
io.split.client
java-client-parent
- 4.14.0
+ 4.15.0
java-client-testing
jar
+ 4.15.0
Java Client For Testing
Testing suite for Java SDK for Split