Skip to content

Commit

Permalink
Bump version to 5.6.15 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 17, 2024
1 parent d86c662 commit 86243c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
<!-- latest_release -->
<!-- latest_release 5.6.15 -->
## [v5.6.15](https://github.com/chef/chef-cli/tree/v5.6.15) (2024-08-17)

#### Merged Pull Requests
- Update generator kitchen templates for modern platforms [#234](https://github.com/chef/chef-cli/pull/234) ([Stromweld](https://github.com/Stromweld))
<!-- latest_release -->

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

#### Merged Pull Requests
- Update generator kitchen templates for modern platforms [#234](https://github.com/chef/chef-cli/pull/234) ([Stromweld](https://github.com/Stromweld)) <!-- 5.6.15 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.14
5.6.15
2 changes: 1 addition & 1 deletion lib/chef-cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefCLI
VERSION = "5.6.14".freeze
VERSION = "5.6.15".freeze
end

0 comments on commit 86243c3

Please sign in to comment.