Skip to content

Commit

Permalink
merge from public after release
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Jan 7, 2020
2 parents 4abded2 + 00e2079 commit 0c90251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.6.1] - 2020-01-06
### Fixed:
- In rare circumstances (depending on the exact data in the flag configuration, the flag's salt value, and the user properties), a percentage rollout could fail and return a default value, logging the error "Data inconsistency in feature flag ... variation/rollout object with no variation or rollout". This would happen if the user's hashed value fell exactly at the end of the last "bucket" (the last variation defined in the rollout). This has been fixed so that the user will get the last variation.

## [5.6.0] - 2019-08-28
### Added:
- Added support for upcoming LaunchDarkly experimentation features. See `LDClient.track()`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
launchdarkly-server-sdk (5.6.0)
launchdarkly-server-sdk (5.6.1)
concurrent-ruby (~> 1.0)
json (>= 1.8, < 3)
ld-eventsource (= 1.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/ldclient-rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LaunchDarkly
VERSION = "5.6.0"
VERSION = "5.6.1"
end

0 comments on commit 0c90251

Please sign in to comment.