Skip to content

Commit

Permalink
Bump version to 5.4.5 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Aug 26, 2019
1 parent 558d87e commit 8e94069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Cookstyle Changelog

<!-- latest_release 5.4.4 -->
## [v5.4.4](https://github.com/chef/cookstyle/tree/v5.4.4) (2019-08-26)
<!-- latest_release 5.4.5 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=5.3.6 -->
### 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)) <!-- 5.4.5 -->
- Add Chef/UsesDeprecatedMixins [#243](https://github.com/chef/cookstyle/pull/243) ([tas50](https://github.com/tas50)) <!-- 5.4.4 -->
- Add autocorrect to MetadataMissingName [#244](https://github.com/chef/cookstyle/pull/244) ([tas50](https://github.com/tas50)) <!-- 5.4.3 -->
- Add Chef/MinitestHandlerUsage Chef/WindowsVersionHelper Chef/WindowsZipfileUsage [#237](https://github.com/chef/cookstyle/pull/237) ([tas50](https://github.com/tas50)) <!-- 5.4.2 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.4
5.4.5
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8e94069

Please sign in to comment.