Skip to content

Commit

Permalink
Merge pull request #327 from backus/bump/1.12.0
Browse files Browse the repository at this point in the history
Release 1.12.0
  • Loading branch information
backus authored Feb 22, 2017
2 parents 575b0a3 + 9ab3b5c commit 5c93054
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change log

## Master (unreleased)
## Master (Unreleased)

## 1.12.0 (2017-02-21)

* Add `RSpec/InstanceSpy` cop. ([@Darhazer][])
* Add `RSpec/BeforeAfterAll` for avoiding leaky global test setup. ([@cfabianski][])

## 1.11.0 (2017-02-16)

Expand Down Expand Up @@ -182,3 +185,4 @@
[@onk]: /~https://github.com/onk
[@Darhazer]: /~https://github.com/Darhazer
[@redross]: /~https://github.com/redross
[@cfabianski]: /~https://github.com/cfabianski
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.11.0'.freeze
STRING = '1.12.0'.freeze
end
end
end

0 comments on commit 5c93054

Please sign in to comment.