diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa491610..6fac87f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (unreleased) +## 1.10.0 (2017-01-15) + * Fix false negative for `RSpec/MessageSpies` cop. ([@onk][]) * Fix internal dependencies on RuboCop to be compatible with 0.47 release. ([@backus][]) * Add autocorrect support for `SingleArgumentMessageChain` cop. ([@bquorning][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index ef6c8e5b3..fb66cf79c 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.9.1'.freeze + STRING = '1.10.0'.freeze end end end