Skip to content

Commit

Permalink
Releasing version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Mar 12, 2021
1 parent 68f6363 commit d3a8277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [7.1.0] - 2021-03-11
### Added:
- Added the `alias` method to `LDClient`. This can be used to associate two user objects for analytics purposes with an alias event.


## [7.0.2] - 2021-02-18
### Fixed:
- 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.
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "7.0.2"
VERSION = "7.1.0"

0 comments on commit d3a8277

Please sign in to comment.