Skip to content

Commit b905723

Browse files
committed
Preparing for 2.0.1 release
1 parent ce2c5a4 commit b905723

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

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+
511
## 2.0.0 (2019-05-22)
612

713
### New features
@@ -11,3 +17,4 @@
1117

1218
[@koic]: https://github.com/koic
1319
[@andyw8]: https://github.com/andyw8
20+
[@buehmann]: https://github.com/buehmann

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.0.0'
7+
STRING = '2.0.1'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)