From ae3209cd7f40c3bf0f7521b702495b1ff5a977c7 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 11 Jun 2024 15:05:25 +0200 Subject: [PATCH] Release v3.0.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 45fb4af83..1996901a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 3.0.1 (2024-06-11) + - Bump RuboCop requirement to +1.61. ([@ydah]) ## 3.0.0 (2024-06-11) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 92998daa8..79d587230 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 = '3.0.0' + STRING = '3.0.1' end end end