diff --git a/CHANGELOG.md b/CHANGELOG.md index b0221b04f..c9a0a2890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.44.0 (2020-10-20) + * Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([@bquorning][]) * Add `RSpec/RepeatedIncludeExample` cop. ([@biinari][]) * Add `RSpec/StubbedMock` cop. ([@bquorning][], [@pirj][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index f82daf9dd..085869561 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.43.2' + STRING = '1.44.0' end end end