We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb8c2b commit 513bfffCopy full SHA for 513bfff
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [8.1.1] - 2023-02-10
6
+### Fixed:
7
+- Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source.
8
+
9
## [7.6.1] - 2023-02-07
10
### Fixed:
11
- Fixed indexing error raised by calling `all_flags_state` while using the `TestData` data source.
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "7.6.1"
+VERSION = "8.1.1"
0 commit comments