From d1a84e1ce5967626bd48802fec5cbe79a1c2b665 Mon Sep 17 00:00:00 2001 From: Maxim Krizhanovsky Date: Tue, 10 Apr 2018 20:20:12 +0300 Subject: [PATCH] Bump version --- 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 7240eb989..165642425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.25.1 (2018-04-10) + * Fix false positive in `RSpec/Pending` cop when pending is used as a method name. ([@Darhazer][]) * Fix `FactoryBot/DynamicAttributeDefinedStatically` false positive when using symbol proc argument for a sequence. ([@tdeo][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index a5912dcbb..21c22799b 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.25.0'.freeze + STRING = '1.25.1'.freeze end end end