From b5dab93014b1ffce6238ce7a8531f07900c6ce68 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Tue, 6 Mar 2018 11:10:23 +0100 Subject: [PATCH] Bump version to 1.24.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 0f4cd3d5c..d5c55e951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.24.0 (2018-03-06) + * Compatibility with RuboCop v0.53.0. ([@bquorning][]) * The `Rails/HttpStatus` cop is unavailable if the `rack` gem cannot be loaded. ([@bquorning][]) * Fix `Rails/HttpStatus` not working with custom HTTP status codes. ([@bquorning][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index f56d7a8ae..c28ab9db4 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.23.0'.freeze + STRING = '1.24.0'.freeze end end end