From d35ef8ec9c88e84b2bae7c44b26646ee8af67b36 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 20 Oct 2020 09:14:37 +0200 Subject: [PATCH] Bump version to 1.44.0 --- CHANGELOG.md | 2 ++ lib/rubocop/rspec/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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