From 6a716fe22aecb0338c8fe4419a9b25daefa5548f Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 1 May 2023 16:54:30 +0000 Subject: [PATCH] Releasing version 8.1.2 --- CHANGELOG.md | 4 ++++ ldclient/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"