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 f3252d6 commit 66f442dCopy full SHA for 66f442d
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.5] - 2023-08-15
6
+### Changed:
7
+- Loosened the requirements on the semver package. (Thanks, [hauntsaninja](https://github.com/launchdarkly/python-server-sdk/pull/216)!)
8
+
9
## [8.1.4] - 2023-06-01
10
### Fixed:
11
- Password will be redacted from redis URL prior to logging.
ldclient/version.py
@@ -1 +1 @@
1
-VERSION = "8.1.4"
+VERSION = "8.1.5"
0 commit comments