CHANGELOG.md in retriable-3.0.1 vs CHANGELOG.md in retriable-3.0.2

- old
+ new

@@ -1,6 +1,10 @@ ## HEAD +## 3.0.2 + +* Add configuration and options validation. + ## 3.0.1 * Add `rubocop` linter to enforce coding styles for this library. Also, fix rule violations. * Removed `attr_reader :config` that caused a warning. @bruno- * Clean up Rakefile testing cruft. @bruno- * Use `.any?` in the `:on` hash processing. @apurvis