From bf6b477c7e5c20639a8f17f6e1df5794158c1068 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Thu, 9 Jul 2020 21:28:45 +0200 Subject: [PATCH] Bump version to v1.42.0 --- CHANGELOG.md | 4 ++++ lib/rubocop/rspec/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77facaf93..cb981156e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Master (Unreleased) +## 1.42.0 (2020-07-09) + +* Update RuboCop dependency to 0.87.0 because of changes to internal APIs. ([@bquorning][], [@Darhazer][]) + ## 1.41.0 (2020-07-03) * Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 8bc560ebc..29371efb7 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.41.0' + STRING = '1.42.0' end end end