diff --git a/client/CHANGES.txt b/client/CHANGES.txt index 423291cdc..aeca40583 100644 --- a/client/CHANGES.txt +++ b/client/CHANGES.txt @@ -1,4 +1,5 @@ -4.4.0 () +4.4.0 (Oct 29, 2021) +- Added support for Redis to keep consistency across multiple SDK instances. 4.3.0 (Oct 19, 2021) - Added support for the SDK to run with a custom implementation of it's internal storage modules, enabling customers to implement this caching in any storage technology of choice and connect it to the SDK instance itself which will use it instead of the in-memory structures. diff --git a/client/pom.xml b/client/pom.xml index 3a1514ba4..95cb80bd8 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ io.split.client java-client-parent - 4.4.0-alpha + 4.4.0-beta java-client jar @@ -13,7 +13,7 @@ Java SDK for Split - 1.0.0-alpha + 1.0.0-beta diff --git a/pluggable-storage/pom.xml b/pluggable-storage/pom.xml index d43683b5c..b8840f28c 100644 --- a/pluggable-storage/pom.xml +++ b/pluggable-storage/pom.xml @@ -6,10 +6,10 @@ java-client-parent io.split.client - 4.4.0-alpha + 4.4.0-beta - 1.0.0-alpha + 1.0.0-beta pluggable-storage jar Package for Pluggable Storage diff --git a/pom.xml b/pom.xml index 437c3ff53..d52d1d3f1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.split.client java-client-parent - 4.4.0-alpha + 4.4.0-beta diff --git a/redis-wrapper/pom.xml b/redis-wrapper/pom.xml index 04e278a96..7e0e1b767 100644 --- a/redis-wrapper/pom.xml +++ b/redis-wrapper/pom.xml @@ -6,15 +6,15 @@ java-client-parent io.split.client - 4.4.0-alpha + 4.4.0-beta redis-wrapper - 1.0.0-alpha + 1.0.0-beta 8 8 - 1.0.0-alpha + 1.0.0-beta diff --git a/testing/pom.xml b/testing/pom.xml index 96d99912f..27bcfd751 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -6,7 +6,7 @@ io.split.client java-client-parent - 4.4.0-alpha + 4.4.0-beta java-client-testing