From 68191c5f1e92605b9de3be34a93c9520e910d45e Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sun, 27 Feb 2022 21:55:27 +0100 Subject: [PATCH] Bump version to 2.9.0 --- CHANGELOG.md | 2 ++ docs/antora.yml | 2 +- lib/rubocop/rspec/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c266e4d4..b61f9b065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.9.0 (2022-02-28) + * Add new `RSpec/BeNil` cop. ([@bquorning][]) * Add new `RSpec/BeEq` cop. ([@bquorning][]) diff --git a/docs/antora.yml b/docs/antora.yml index bd35f744c..bf9d4cf12 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-rspec title: RuboCop RSpec -version: master +version: '2.9' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 7a0c8f381..fc86f165e 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 = '2.8.0' + STRING = '2.9.0' end end end