Skip to content

Commit 131ca43

Browse files
committed
Bump version to 6.1.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 6ca001b commit 131ca43

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.0.2 -->
3-
## [v6.0.2](https://github.com/chef/chef-cli/tree/v6.0.2) (2025-04-15)
2+
<!-- latest_release 6.1.0 -->
3+
## [v6.1.0](https://github.com/chef/chef-cli/tree/v6.1.0) (2025-04-30)
44

55
#### Merged Pull Requests
6-
- make pipelines public: habitat/test [#279](https://github.com/chef/chef-cli/pull/279) ([jaymzh](https://github.com/jaymzh))
6+
- Ruby upgrade 3.4 changes [#280](https://github.com/chef/chef-cli/pull/280) ([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+
- Ruby upgrade 3.4 changes [#280](https://github.com/chef/chef-cli/pull/280) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.0 -->
1314
- make pipelines public: habitat/test [#279](https://github.com/chef/chef-cli/pull/279) ([jaymzh](https://github.com/jaymzh)) <!-- 6.0.2 -->
1415
- Replaced the IO.read with File.read to fix the security warnings [#281](https://github.com/chef/chef-cli/pull/281) ([ashiqueps](https://github.com/ashiqueps)) <!-- 6.0.1 -->
1516
- Adding back the habitat packaging and license changes and releasing to major version [#272](https://github.com/chef/chef-cli/pull/272) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.0.0 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.2
1+
6.1.0

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

0 commit comments

Comments
 (0)