From fce059bbf1591c5b9c1c0b8d0db59f0f627f88c8 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Fri, 5 Jan 2024 15:06:19 +0100 Subject: [PATCH] Bump version to v2.26.1 --- 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 2a47900db..9ae5337ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.26.1 (2024-01-05) + - Fix an error for `RSpec/SharedExamples` when using examples without argument. ([@ydah]) ## 2.26.0 (2024-01-04) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index be0a1bc4f..6320853d4 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.26.0' + STRING = '2.26.1' end end end