From 5a6f6becc52eb5d9d84b40619d5524fa6945d3ba Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Thu, 15 Feb 2024 13:29:45 -0800 Subject: [PATCH 1/2] updated changes --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index eee840fd..df26cc5c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +9.6.1 (Feb 15, 2024) +- Added redisUsername configuration parameter for Redis connection to set the username for accessing redis when not using the default `root` username + 9.6.0 (Nov 3, 2023) - Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation): - Added new variations of the get treatment methods to support evaluating flags in given flag set/s. From 305c2d4495208675074bbcc63dd8b4a385e74b39 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Thu, 15 Feb 2024 13:30:38 -0800 Subject: [PATCH 2/2] release 9.6.1 --- splitio/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splitio/version.py b/splitio/version.py index 17781f45..c02fe413 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '9.6.0' +__version__ = '9.6.1'