diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9b82c7a..94f083c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log -# master +# 1.2.2 * Make `RSpec::ExampleWording` case insensitive. ([@geniou][]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 0d8322094..070f5b53a 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.2.1' + STRING = '1.2.2' end end end