Skip to content

Commit 6a716fe

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.1.2
1 parent d3b62c2 commit 6a716fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [8.1.2] - 2023-05-01
6+
### Fixed:
7+
- Pinned urllib3 dependency to <2. (Thanks, [prpnmac](https://github.com/launchdarkly/python-server-sdk/pull/202)!)
8+
59
## [8.1.1] - 2023-02-10
610
### Fixed:
711
- Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source.

ldclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "8.1.1"
1+
VERSION = "8.1.2"

0 commit comments

Comments
 (0)