From 8a7b0dcb11cca015ece03706a068bd848b786aa9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 5 Nov 2020 19:41:03 +0000 Subject: [PATCH] Bump version to 1.4.6 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 c73fdd1..8b94e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # chefstyle change log - + +## [v1.4.6](https://github.com/chef/chefstyle/tree/v1.4.6) (2020-11-05) + +#### Merged Pull Requests +- Update to RuboCop 1.2 [#110](https://github.com/chef/chefstyle/pull/110) ([tas50](https://github.com/tas50)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Update to RuboCop 1.2 [#110](https://github.com/chef/chefstyle/pull/110) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 03e5161..7b5753f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.5 \ No newline at end of file +1.4.6 \ No newline at end of file diff --git a/lib/chefstyle/version.rb b/lib/chefstyle/version.rb index 4db96c9..ebc98d0 100644 --- a/lib/chefstyle/version.rb +++ b/lib/chefstyle/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Chefstyle - VERSION = "1.4.5" + VERSION = "1.4.6" RUBOCOP_VERSION = "1.2.0" end \ No newline at end of file