Skip to content

Commit

Permalink
Merge pull request #325 from backus/bump/v1.11.0
Browse files Browse the repository at this point in the history
Bump version to v1.11.0
  • Loading branch information
backus authored Feb 16, 2017
2 parents b53fd87 + 97e8614 commit 7730c9f
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)

## 1.11.0 (2017-02-16)

* Add `AroundBlock` cop. ([@Darhazer][])
* Add `EnforcedStyle` configuration for `RSpec/DescribedClass` cop. ([@Darhazer][])
* Fix false positive for `RSpec/RepeatedExample` cop. ([@redross][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.10.0'.freeze
STRING = '1.11.0'.freeze
end
end
end

0 comments on commit 7730c9f

Please sign in to comment.