CHANGELOG.md in renuo-bin-check-1.0.0.beta1 vs CHANGELOG.md in renuo-bin-check-1.0.0.beta2

- old
+ new

@@ -51,5 +51,12 @@ * Common Configuration for multiple checks * Defaults are available and can be used * Possibility to exclude specific checks of a default + +## Version 1.0.0.beta2 + +Fix mistakes in Default Scripts: +* Rubocop autocorrect fails if any issues are found, even if they can be autocorrected. +* Rspec wont use the cache, if the Gemfile.lock has changed. +* Rubocop wont use the cache, if any file from `config/**/*.rb` has changed.