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