Skip to content

Commit d3a8277

Browse files
Releasing version 7.1.0
1 parent 68f6363 commit d3a8277

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## [7.1.0] - 2021-03-11
6+
### Added:
7+
- Added the `alias` method to `LDClient`. This can be used to associate two user objects for analytics purposes with an alias event.
8+
9+
510
## [7.0.2] - 2021-02-18
611
### Fixed:
712
- The SDK could fail to send debug events when event debugging was enabled on the LaunchDarkly dashboard, if the application server's time zone was not GMT.

ldclient/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.0.2"
1+
VERSION = "7.1.0"

0 commit comments

Comments
 (0)