From d3050865f4c7b4be668397007d9964ce2d54e6ee Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 1 Jan 2022 03:46:22 +0000 Subject: [PATCH] Bump version to 2.2.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chefstyle/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09097a..4f79034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v2.2.0](https://github.com/chef/chefstyle/tree/v2.2.0) (2022-01-01) + +#### Merged Pull Requests +- Update RuboCop engine to 1.24.1 [#153](https://github.com/chef/chefstyle/pull/153) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update RuboCop engine to 1.24.1 [#153](https://github.com/chef/chefstyle/pull/153) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index abae0d9..e3a4f19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.3 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 2306bb9..98d6737 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "2.1.3" + VERSION = "2.2.0" RUBOCOP_VERSION = "1.24.1" end