CHANGELOG.md in verdict-0.9.0 vs CHANGELOG.md in verdict-0.10.0

- old
+ new

@@ -1,6 +1,12 @@ +## v0.10.0 + +* Add `Experiment#cleanup` to remove stored redis hashes. +* Fix typo in `Experiment#fetch_subject` error message. + ## v0.9.0 **This version has breaking changes** + * Eagerly load experiment definitions when booting Rails, so that multi-threaded applications do not face a race-condition when populating experiments. * Fixes deprecated `assert_equal` tests that return nil. ## v0.8.0 **This version has breaking changes**