Skip to content

Commit

Permalink
Bump version to 5.6.17 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 5, 2025
1 parent d428cb1 commit 606159e
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,15 +1,16 @@
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
<!-- latest_release 0.1.0 -->
## [v0.1.0](https://github.com/chef/chef-cli/tree/v0.1.0) (2025-01-06)
<!-- latest_release 5.6.17 -->
## [v5.6.17](https://github.com/chef/chef-cli/tree/v5.6.17) (2025-02-05)

#### Merged Pull Requests
- Add hab promote pipeline [#254](https://github.com/chef/chef-cli/pull/254) ([sanghinitin](https://github.com/sanghinitin))
- Habitat Package for Chef-CLI [#260](https://github.com/chef/chef-cli/pull/260) ([nikhil2611](https://github.com/nikhil2611))
<!-- latest_release -->

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

#### Merged Pull Requests
- Habitat Package for Chef-CLI [#260](https://github.com/chef/chef-cli/pull/260) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.6.17 -->
- Add hab promote pipeline [#254](https://github.com/chef/chef-cli/pull/254) ([sanghinitin](https://github.com/sanghinitin)) <!-- 0.1.0 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.16
5.6.17
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.16".freeze
VERSION = "5.6.17".freeze
end

0 comments on commit 606159e

Please sign in to comment.