We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2c5a4 commit b905723Copy full SHA for b905723
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## master (unreleased)
4
5
+## 2.0.1 (2019-06-08)
6
+
7
+### Changes
8
9
+* [#68](https://github.com/rubocop-hq/rubocop-rails/pull/68): Relax rack dependency for Rails 4. ([@buehmann][])
10
11
## 2.0.0 (2019-05-22)
12
13
### New features
@@ -11,3 +17,4 @@
17
18
[@koic]: https://github.com/koic
19
[@andyw8]: https://github.com/andyw8
20
+[@buehmann]: https://github.com/buehmann
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
0 commit comments