Skip to content

Commit 07dd311

Browse files
committed
updating version and changelog
Signed-off-by: nikhil2611 <[email protected]>
1 parent 61b98b7 commit 07dd311

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release 5.6.18 -->
3-
## [v5.6.18](https://github.com/chef/chef-cli/tree/v5.6.18) (2025-02-18)
2+
<!-- latest_release 5.6.17 -->
3+
## [v5.6.17](https://github.com/chef/chef-cli/tree/v5.6.17) (2025-03-26)
44

55
#### Merged Pull Requests
6-
- Linking of ruby and bin path change in hab: [#265](https://github.com/chef/chef-cli/pull/265) ([sanghinitin](https://github.com/sanghinitin))
6+
- Adding the release branch to release the omnibus builds of chef-cli [#270](https://github.com/chef/chef-cli/pull/270) ([nikhil2611](https://github.com/nikhil2611))
77
<!-- latest_release -->
88

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

1212
#### Merged Pull Requests
13-
- Linking of ruby and bin path change in hab: [#265](https://github.com/chef/chef-cli/pull/265) ([sanghinitin](https://github.com/sanghinitin)) <!-- 5.6.18 -->
14-
- Habitat Package for Chef-CLI [#260](https://github.com/chef/chef-cli/pull/260) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.6.17 -->
15-
- Add hab promote pipeline [#254](https://github.com/chef/chef-cli/pull/254) ([sanghinitin](https://github.com/sanghinitin)) <!-- 0.1.0 -->
13+
- Adding the release branch to release the omnibus builds of chef-cli [#270](https://github.com/chef/chef-cli/pull/270) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.6.17 -->
1614
<!-- release_rollup -->
1715

1816
<!-- latest_stable_release -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.18
1+
5.6.17

lib/chef-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefCLI
19-
VERSION = "5.6.18".freeze
19+
VERSION = "5.6.17".freeze
2020
end

0 commit comments

Comments
 (0)