From b9057234dcb9ac0f64fbe317512df90a6a028847 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 8 Jun 2019 15:33:09 +0900 Subject: [PATCH] Preparing for 2.0.1 release --- CHANGELOG.md | 7 +++++++ lib/rubocop/rails/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f396e83b5..abdf246cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## master (unreleased) +## 2.0.1 (2019-06-08) + +### Changes + +* [#68](https://github.com/rubocop-hq/rubocop-rails/pull/68): Relax rack dependency for Rails 4. ([@buehmann][]) + ## 2.0.0 (2019-05-22) ### New features @@ -11,3 +17,4 @@ [@koic]: https://github.com/koic [@andyw8]: https://github.com/andyw8 +[@buehmann]: https://github.com/buehmann diff --git a/lib/rubocop/rails/version.rb b/lib/rubocop/rails/version.rb index e37a6b8045..246c39cfb4 100644 --- a/lib/rubocop/rails/version.rb +++ b/lib/rubocop/rails/version.rb @@ -4,7 +4,7 @@ module RuboCop module Rails # This module holds the RuboCop Rails version information. module Version - STRING = '2.0.0' + STRING = '2.0.1' end end end