From 9f5ee6add1cf8d61ead530a90f9c47418625d751 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sun, 7 Jul 2019 01:02:47 +0900 Subject: [PATCH] Preparing for 2.2.0 release --- CHANGELOG.md | 2 ++ lib/rubocop/rails/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33df3acaf5..36ff3d0677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 2.2.0 (2019-07-07) + ### Bug fixes * [#67](https://github.com/rubocop-hq/rubocop-rails/issues/67): Fix an incorrect auto-correct for `Rails/TimeZone` when using `DateTime`. ([@koic][]) diff --git a/lib/rubocop/rails/version.rb b/lib/rubocop/rails/version.rb index 2f7a144b1c..5b829ec3c2 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.1.0' + STRING = '2.2.0' end end end