Skip to content

Commit

Permalink
Bump version to 7.31.9 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 Feb 24, 2022
1 parent 6527478 commit 9b4f849
Show file tree
Hide file tree
Showing 4 changed files with 7 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 7.31.8 -->
## [v7.31.8](https://github.com/chef/cookstyle/tree/v7.31.8) (2022-02-18)
<!-- latest_release 7.31.9 -->
## [v7.31.9](https://github.com/chef/cookstyle/tree/v7.31.9) (2022-02-24)

#### Merged Pull Requests
- Move docs cops yaml files to assets dir [#950](https://github.com/chef/cookstyle/pull/950) ([IanMadd](https://github.com/IanMadd))
- Refactor Chef/Deprecations/Delivery to address caching issues [#951](https://github.com/chef/cookstyle/pull/951) ([karmix](https://github.com/karmix))
<!-- latest_release -->

<!-- release_rollup since=7.31.7 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Refactor Chef/Deprecations/Delivery to address caching issues [#951](https://github.com/chef/cookstyle/pull/951) ([karmix](https://github.com/karmix)) <!-- 7.31.9 -->
- Move docs cops yaml files to assets dir [#950](https://github.com/chef/cookstyle/pull/950) ([IanMadd](https://github.com/IanMadd)) <!-- 7.31.8 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.31.8
7.31.9
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ version_added: 7.31.0
enabled: true
included_file_paths:
- "**/.delivery/project.toml"
- "**/.delivery/config.json"
2 changes: 1 addition & 1 deletion lib/cookstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cookstyle
VERSION = "7.31.8" # rubocop: disable Style/StringLiterals
VERSION = "7.31.9" # rubocop: disable Style/StringLiterals
RUBOCOP_VERSION = '1.25.1'
end

0 comments on commit 9b4f849

Please sign in to comment.