From ecc21fa96949a88d26b5daf656a90c74c283b178 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 1 Feb 2021 07:45:07 +0000 Subject: [PATCH] Bump version to 1.6.2 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 66d0e51..461693a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v1.6.2](https://github.com/chef/chefstyle/tree/v1.6.2) (2021-02-01) + +#### Merged Pull Requests +- Update RuboCop to 1.9.1 [#126](https://github.com/chef/chefstyle/pull/126) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update RuboCop to 1.9.1 [#126](https://github.com/chef/chefstyle/pull/126) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 2eda823..308b6fa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.1 \ No newline at end of file +1.6.2 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index ad77920..36cb249 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.6.1" + VERSION = "1.6.2" RUBOCOP_VERSION = "1.9.1" end