Skip to content

Commit fc57982

Browse files
Releasing version 6.1.1
1 parent a87fecb commit fc57982

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [6.1.1] - 2021-05-27
6+
### Fixed:
7+
- Calling `variation` with a nil user parameter is invalid, causing the SDK to log an error and return a fallback value, but the SDK was still sending an analytics event for this. An event without a user is meaningless and can't be processed by LaunchDarkly. This is now fixed so the SDK will not send one.
8+
59
## [6.1.0] - 2021-02-04
610
### Added:
711
- Added the `alias` method. This can be used to associate two user objects for analytics purposes by generating an alias event.

lib/ldclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LaunchDarkly
2-
VERSION = "6.1.0"
2+
VERSION = "6.1.1"
33
end

0 commit comments

Comments
 (0)