diff --git a/CHANGELOG.md b/CHANGELOG.md index 929dfae7..0997b075 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). +## [8.1.2] - 2023-05-01 +### Fixed: +- Pinned urllib3 dependency to <2. (Thanks, [prpnmac](https://github.com/launchdarkly/python-server-sdk/pull/202)!) + ## [8.1.1] - 2023-02-10 ### Fixed: - Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source. diff --git a/ldclient/version.py b/ldclient/version.py index 589e913c..08fb6546 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "8.1.1" +VERSION = "8.1.2"