CHANGELOG.md in launchdarkly-server-sdk-5.6.1 vs CHANGELOG.md in launchdarkly-server-sdk-5.6.2
- old
+ new
@@ -1,8 +1,12 @@
# Change log
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()`.
## [5.5.12] - 2019-08-05