diff --git a/CHANGES.txt b/CHANGES.txt
index 4dbbb9ee..1001aa2e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+4.18.0 (Sep 12, 2025)
+- Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
+
4.17.0 (Aug 22, 2025)
- Added a maximum size payload when posting unique keys telemetry in batches
- Added ProxyConfiguration parameter to support proxies, including Harness Forward Proxy, allowing also for more secured authentication options: MTLS, Bearer token and user/password authentication. Read more in our docs.
diff --git a/client/pom.xml b/client/pom.xml
index 768f79e9..4db1af75 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,9 +5,9 @@
io.split.client
java-client-parent
- 4.17.0
+ 4.18.0
- 4.17.0
+ 4.18.0
java-client
jar
Java Client
diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml
index fc646f3d..ec03d10d 100644
--- a/okhttp-modules/pom.xml
+++ b/okhttp-modules/pom.xml
@@ -5,10 +5,10 @@
java-client-parent
io.split.client
- 4.17.0
+ 4.18.0
4.0.0
- 4.17.0
+ 4.18.0
okhttp-modules
jar
http-modules
diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml
index 4b7e0156..94604cfd 100644
--- a/pluggable-storage/pom.xml
+++ b/pluggable-storage/pom.xml
@@ -6,7 +6,7 @@
java-client-parent
io.split.client
- 4.17.0
+ 4.18.0
2.1.0
diff --git a/pom.xml b/pom.xml
index c20814b1..90b70d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.split.client
java-client-parent
- 4.17.0
+ 4.18.0
diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml
index 8bf6c424..c39bc2cd 100644
--- a/redis-wrapper/pom.xml
+++ b/redis-wrapper/pom.xml
@@ -6,7 +6,7 @@
java-client-parent
io.split.client
- 4.17.0
+ 4.18.0
redis-wrapper
3.1.1
diff --git a/testing/pom.xml b/testing/pom.xml
index b7f0bf90..cd4ae550 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -5,11 +5,11 @@
io.split.client
java-client-parent
- 4.17.0
+ 4.18.0
java-client-testing
jar
- 4.17.0
+ 4.18.0
Java Client For Testing
Testing suite for Java SDK for Split