From 8e94069b55ef80dcf954aa363a9f7e7d95f12d30 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 26 Aug 2019 20:29:43 +0000 Subject: [PATCH] Bump version to 5.4.5 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/cookstyle/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7501fe561..aabcb4aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Cookstyle Changelog - -## [v5.4.4](https://github.com/chef/cookstyle/tree/v5.4.4) (2019-08-26) + +## [v5.4.5](https://github.com/chef/cookstyle/tree/v5.4.5) (2019-08-26) #### Merged Pull Requests -- Add Chef/UsesDeprecatedMixins [#243](https://github.com/chef/cookstyle/pull/243) ([tas50](https://github.com/tas50)) +- Add Chef/DefaultMetadataMaintainer [#242](https://github.com/chef/cookstyle/pull/242) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Add Chef/DefaultMetadataMaintainer [#242](https://github.com/chef/cookstyle/pull/242) ([tas50](https://github.com/tas50)) - Add Chef/UsesDeprecatedMixins [#243](https://github.com/chef/cookstyle/pull/243) ([tas50](https://github.com/tas50)) - Add autocorrect to MetadataMissingName [#244](https://github.com/chef/cookstyle/pull/244) ([tas50](https://github.com/tas50)) - Add Chef/MinitestHandlerUsage Chef/WindowsVersionHelper Chef/WindowsZipfileUsage [#237](https://github.com/chef/cookstyle/pull/237) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 3238344b3..3caaea554 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.4 \ No newline at end of file +5.4.5 \ No newline at end of file diff --git a/lib/cookstyle/version.rb b/lib/cookstyle/version.rb index be0e04613..a8e138529 100644 --- a/lib/cookstyle/version.rb +++ b/lib/cookstyle/version.rb @@ -1,4 +1,4 @@ module Cookstyle - VERSION = "5.4.4".freeze # rubocop: disable Style/StringLiterals + VERSION = "5.4.5".freeze # rubocop: disable Style/StringLiterals RUBOCOP_VERSION = '0.72.0'.freeze end