diff --git a/CHANGELOG.md b/CHANGELOG.md index d266de0..ef3135e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v2.2.2](https://github.com/chef/chefstyle/tree/v2.2.2) (2022-02-17) + +#### Merged Pull Requests +- Vendor rubocop-1.25.1 upstream configuration. [#156](https://github.com/chef/chefstyle/pull/156) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Vendor rubocop-1.25.1 upstream configuration. [#156](https://github.com/chef/chefstyle/pull/156) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index fae692e..7e541ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 \ No newline at end of file +2.2.2 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 212ca2e..438b634 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "2.2.1" + VERSION = "2.2.2" RUBOCOP_VERSION = "1.25.1" end