From 49af87f86cb2492b59935d70c7df72c206486709 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Fri, 2 Aug 2019 15:09:59 +0200 Subject: [PATCH] Bump version to 1.35.0 --- 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 1a6b9ca9f..7a8b96a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.35.0 (2019-08-02) + * Add `RSpec/ImplicitBlockExpectation` cop. ([@pirj][]) ## 1.34.1 (2019-07-31) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index cbe217cf4..c110ce5d4 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.1' + STRING = '1.35.0' end end end