diff --git a/CHANGES.txt b/CHANGES.txt index 4cf6037b..2a5076d5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,10 @@ -9.0.0 (Apr 30, 2021) +9.0.0 (May 3, 2021) - BREAKING CHANGE: Removed splitSdkMachineIp and splitSdkMachineName configs. + - BREAKING CHANGE: Deprecated `redisCharset` config. - BREAKING CHANGE: Deprecated uWSGI local cache. - BREAKING CHANGE: Deprecated Python2 support. - Removed six, future and futures libs for compatibility between Python2 and Python3. - Updated strings encoding to utf-8 by default for Redis. - - BREAKING CHANGE: Deprecated `redisCharset` config. - Added SDK Metadata headers to streaming client. 8.4.1 (Apr 16, 2021) diff --git a/splitio/version.py b/splitio/version.py index e2921057..33de8d16 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '9.0.0-rc1' +__version__ = '9.0.0'