diff --git a/CHANGES.txt b/CHANGES.txt index 5b8e8646..52688577 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +10.2.0 (Jan 17, 2025) +- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs. + 10.1.0 (Aug 7, 2024) - Added support for Kerberos authentication in Spnego and Proxy Kerberos server instances. diff --git a/splitio/version.py b/splitio/version.py index 953a047f..e8137101 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '10.1.0' \ No newline at end of file +__version__ = '10.2.0' \ No newline at end of file