Skip to content

Commit

Permalink
Cut 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Aug 13, 2019
1 parent 83cdf0d commit 3f5dc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 2.3.0 (2019-08-13)

### New features

* [#78](https://github.com/rubocop-hq/rubocop-rails/issues/78): Add new `Rails/EnumHash` cop. ([@fedeagripa][], [@brunvez][], [@santib][])
Expand Down
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.2.1'
STRING = '2.3.0'
end
end
end

0 comments on commit 3f5dc44

Please sign in to comment.