Skip to content

Commit 7359e48

Browse files
committed
Bump version to 6.1.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 688d10d commit 7359e48

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release 6.1.8 -->
3-
## [v6.1.8](https://github.com/chef/chef-cli/tree/v6.1.8) (2025-06-18)
2+
<!-- latest_release 6.1.9 -->
3+
## [v6.1.9](https://github.com/chef/chef-cli/tree/v6.1.9) (2025-07-14)
44

55
#### Merged Pull Requests
6-
- Adding the HAB_BLDR_CHANNEL channel [#293](https://github.com/chef/chef-cli/pull/293) ([nikhil2611](https://github.com/nikhil2611))
6+
- Fixing habitat test builds by declaring HAB_ORIGIN after habitat install [#295](https://github.com/chef/chef-cli/pull/295) ([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+
- Fixing habitat test builds by declaring HAB_ORIGIN after habitat install [#295](https://github.com/chef/chef-cli/pull/295) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.9 -->
1314
- Adding the HAB_BLDR_CHANNEL channel [#293](https://github.com/chef/chef-cli/pull/293) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.8 -->
1415
- CHEF-21123 - Ruby 3.4 update in chef-cli hab package [#291](https://github.com/chef/chef-cli/pull/291) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.7 -->
1516
- Updating the minitar dependency in main [#289](https://github.com/chef/chef-cli/pull/289) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.6 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.8
1+
6.1.9

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 = "6.1.8".freeze
19+
VERSION = "6.1.9".freeze
2020
end

0 commit comments

Comments
 (0)