From ca5200e85dab39e1a58540e337dfd7e8c8367622 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Tue, 14 Jan 2025 12:02:33 -0800 Subject: [PATCH 1/2] updated version and changes --- CHANGES.txt | 4 ++-- client/pom.xml | 4 ++-- okhttp-modules/pom.xml | 4 ++-- pluggable-storage/pom.xml | 2 +- pom.xml | 2 +- redis-wrapper/pom.xml | 2 +- testing/pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 55f11e4b..f385a7b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -4.14.0 (Dec X, 2024) -- Added support for Impression Toggle in feature flags +4.14.0 (Jan xx, 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. 4.13.1 (Dec 5, 2024) - Updated `org.apache.httpcomponents.client5` dependency to 5.4.1 to fix vulnerabilities. diff --git a/client/pom.xml b/client/pom.xml index 7bd8119d..bc385c13 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 From 141809735bab72e847a877059a27e47a9b7037d9 Mon Sep 17 00:00:00 2001 From: Bilal Al Date: Fri, 17 Jan 2025 08:50:47 -0800 Subject: [PATCH 2/2] updated changes --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f385a7b3..19e5f42c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -4.14.0 (Jan xx, 2025) +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. 4.13.1 (Dec 5, 2024)