diff --git a/CHANGES.txt b/CHANGES.txt index e66834b4..33c29af1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +10.5.0 (Sep 12, 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. + 10.4.0 (Aug 4, 2025) - Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs. diff --git a/splitio/version.py b/splitio/version.py index 9858bdcf..780d6251 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '10.4.0' \ No newline at end of file +__version__ = '10.5.0' \ No newline at end of file