diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c51fc25..5b806371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## Master (Unreleased) -## 2.21.0 (2023-XX-XX) +## 2.22.0 (2023-05-04) - Extracted from `rubocop-rspec` into a separate repository for easier use with Minitest/Cucumber. ([@ydah]) -## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/9558719/CHANGELOG.md) for details) +## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/70a97b1895ce4b9bcd6ff336d5d343ddc6175fe6/CHANGELOG.md) for details) - Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` inside `&&`, `||` and `:?` when `omit_parentheses` is on ([@dmitrytsepelev]) - Add new `RSpec/FactoryBot/FactoryNameStyle` cop. ([@ydah]) diff --git a/docs/antora.yml b/docs/antora.yml index 8dc3c6dc..5769ab97 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-factory_bot title: RuboCop FactoryBot -version: ~ +version: '2.22' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/factory_bot/version.rb b/lib/rubocop/factory_bot/version.rb index 4a53aa6a..0ad25839 100644 --- a/lib/rubocop/factory_bot/version.rb +++ b/lib/rubocop/factory_bot/version.rb @@ -4,7 +4,7 @@ module RuboCop module FactoryBot # Version information for the FactoryBot RuboCop plugin. module Version - STRING = '2.20.0' + STRING = '2.22.0' end end end