CHANGELOG.md in verdict-0.11.0 vs CHANGELOG.md in verdict-0.12.0
- old
+ new
@@ -1,4 +1,11 @@
+## v0.12.0
+
+* Allow options to be passed to `Experiment#cleanup` so they can be forwarded to storage.
+
+* Changed `Experiment#cleanup` to accept an argument of type `Verdict::Experiment`.
+ Passing a `String`/`Symbol` argument is still supported, but will log a deprecation warning.
+
## v0.11.0
* Automatic eager loading when inside a Rails app.
## v0.10.0