Skip to content

Commit

Permalink
Releasing version 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed May 1, 2023
1 parent d3b62c2 commit 6a716fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "8.1.1"
VERSION = "8.1.2"

0 comments on commit 6a716fe

Please sign in to comment.