diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b6f4be8..8aea49d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.3.0] - 2021-12-10 +### Added: +- The SDK now supports evaluation of Big Segments. See: https://docs.launchdarkly.com/home/users/big-segments + ## [7.2.1] - 2021-12-03 ### Changed: - Added CI testing for Python 3.10. diff --git a/ldclient/version.py b/ldclient/version.py index 09d597b0..0981fedc 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "7.2.1" +VERSION = "7.3.0"