CHANGELOG.md in verdict-0.16.0 vs CHANGELOG.md in verdict-0.16.1

- old
+ new

@@ -1,4 +1,7 @@ +## v0.16.1 +* Change `RedisStorage` scrub to be iterative to avoid SystemStackError while cleaning big experiments + ## v0.16.0 * Allow configuring the `RedisStorage` with a [`ConnectionPool`](https://github.com/mperham/connection_pool) instead of a raw `Redis` connection. ## v0.15.2 * Fix edge case where inheriting from `Verdict::Experiment` and overriding `subject_qualifies?` resulted in an error.