Skip to content

Commit 9f5ee6a

Browse files
committed
Preparing for 2.2.0 release
1 parent 9b2285f commit 9f5ee6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 2.2.0 (2019-07-07)
6+
57
### Bug fixes
68

79
* [#67](https://github.com/rubocop-hq/rubocop-rails/issues/67): Fix an incorrect auto-correct for `Rails/TimeZone` when using `DateTime`. ([@koic][])

lib/rubocop/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Rails
55
# This module holds the RuboCop Rails version information.
66
module Version
7-
STRING = '2.1.0'
7+
STRING = '2.2.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)