Skip to content

Commit

Permalink
Merge pull request #1146 from rubocop/release
Browse files Browse the repository at this point in the history
Bump version to 2.3.0
  • Loading branch information
bquorning committed Apr 28, 2021
2 parents d2daba7 + 3669b6e commit db9b566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.3.0 (2021-04-28)

* Allow `RSpec/ContextWording` to accept multi-word prefixes. ([@hosamaly][])
* Drop support for ruby 2.4. ([@bquorning][])
* Add `CountAsOne` configuration option to `RSpec/ExampleLength`. ([@stephannv][])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: master
version: '2.3'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.2.0'
STRING = '2.3.0'
end
end
end

0 comments on commit db9b566

Please sign in to comment.