diff --git a/CHANGES.txt b/CHANGES.txt index 44debd19..2b4ead8f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -4.14.0 (Jan X, 2024) -- Added support for Impression Toggle in feature flags. +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. - Cleaned unused imports to fix a collision issue. 4.13.1 (Dec 5, 2024) diff --git a/client/pom.xml b/client/pom.xml index 48b42b61..6ba7dbd1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,9 +5,9 @@ io.split.client java-client-parent - 4.14.0-rc1 + 4.14.0 - 4.14.0-rc1 + 4.14.0 java-client jar Java Client diff --git a/okhttp-modules/pom.xml b/okhttp-modules/pom.xml index 869f275c..01c47aa3 100644 --- a/okhttp-modules/pom.xml +++ b/okhttp-modules/pom.xml @@ -5,10 +5,10 @@ java-client-parent io.split.client - 4.14.0-rc1 + 4.14.0 4.0.0 - 4.14.0-rc1 + 4.14.0 okhttp-modules jar http-modules diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index 21554068..e15e18b3 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.14.0-rc1 + 4.14.0 2.1.0 diff --git a/pom.xml b/pom.xml index f8ed0de0..8b320a4b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.14.0-rc1 + 4.14.0 diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index f7b34b63..65840c9f 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,7 +6,7 @@ java-client-parent io.split.client - 4.14.0-rc1 + 4.14.0 redis-wrapper 4.13.1 diff --git a/testing/pom.xml b/testing/pom.xml index 177da8fa..647c5494 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.14.0-rc1 + 4.14.0 java-client-testing jar