Skip to content

Commit

Permalink
Preparing for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jun 8, 2019
1 parent ce2c5a4 commit b905723
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -11,3 +17,4 @@

[@koic]: https://github.com/koic
[@andyw8]: https://github.com/andyw8
[@buehmann]: https://github.com/buehmann
2 changes: 1 addition & 1 deletion lib/rubocop/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b905723

Please sign in to comment.