diff --git a/rubocop-airbnb/CHANGELOG.md b/rubocop-airbnb/CHANGELOG.md index 809115b..27975f3 100644 --- a/rubocop-airbnb/CHANGELOG.md +++ b/rubocop-airbnb/CHANGELOG.md @@ -1,3 +1,10 @@ +# 5.0.0 +* Add support for Ruby 3.1 +* Drop support for Ruby 2.4 +* Update rubocop to 1.22.0 +* Update rubocop-rspec to 2.0.0 +* Remove deprecated cops InvalidPredicateMatcher and CustomIncludeMethods + # 4.0.0 * Add support for Ruby 3.0 * Run CI against Ruby 2.7 diff --git a/rubocop-airbnb/lib/rubocop/airbnb/version.rb b/rubocop-airbnb/lib/rubocop/airbnb/version.rb index 7214467..b6c61e2 100644 --- a/rubocop-airbnb/lib/rubocop/airbnb/version.rb +++ b/rubocop-airbnb/lib/rubocop/airbnb/version.rb @@ -3,6 +3,6 @@ module RuboCop module Airbnb # Version information for the the Airbnb RuboCop plugin. - VERSION = '4.0.0' + VERSION = '5.0.0' end end