From 6a7c98f9b6080defa5fb0baec56738ac04d16e9e Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Wed, 31 Jul 2019 10:28:50 +0200 Subject: [PATCH] Bump version to 1.34.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 7213c62ef..a6423144f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.34.1 (2019-07-31) + * Fix `RSpec/DescribedClass`'s error when a local variable is part of the namespace. ([@pirj][]) ## 1.34.0 (2019-07-23) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index ea22fd485..cbe217cf4 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.34.0' + STRING = '1.34.1' end end end