From 2f791a650203f778b5bf3f7101812b979521d97a Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Wed, 15 Oct 2025 09:37:18 -0700 Subject: [PATCH] Prepare release 10.5.1 --- CHANGES.txt | 3 +++ splitio/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 58205457..e080bbd6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +10.5.1 (Oct 15, 2025) +- Added using String only parameter for treatments in FallbackTreatmentConfiguration class. + 10.5.0 (Sep 15, 2025) - Changed the log level from error to debug when renewing the token for Streaming service in asyncio mode. - Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs. diff --git a/splitio/version.py b/splitio/version.py index 780d6251..ea7d787e 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '10.5.0' \ No newline at end of file +__version__ = '10.5.1' \ No newline at end of file