Skip to content

Commit a2b221e

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 8.1.3
1 parent b0a2d9d commit a2b221e

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.3] - 2023-05-03
6+
### Fixed:
7+
- Updated usage of `HTTPResponse.getheader` to remove deprecation warning from upstream `urllib3` package. (Thanks, [mnito](https://github.com/launchdarkly/python-server-sdk/pull/206)!)
8+
59
## [8.1.2] - 2023-05-01
610
### Fixed:
711
- Pinned urllib3 dependency to <2. (Thanks, [prpnmac](https://github.com/launchdarkly/python-server-sdk/pull/202)!)

ldclient/version.py

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

0 commit comments

Comments
 (0)