Skip to content

Commit f74828f

Browse files
committed
Bump version to 6.1.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 2a05ce6 commit f74828f

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.12 -->
3-
## [v6.1.12](https://github.com/chef/chef-cli/tree/v6.1.12) (2025-09-17)
2+
<!-- latest_release 6.1.13 -->
3+
## [v6.1.13](https://github.com/chef/chef-cli/tree/v6.1.13) (2025-10-10)
44

55
#### Merged Pull Requests
6-
- Remove Ruby version conditional logic for syslog from gemspec [#302](https://github.com/chef/chef-cli/pull/302) ([nikhil2611](https://github.com/nikhil2611))
6+
- Moving git to pkg_deps [#304](https://github.com/chef/chef-cli/pull/304) ([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+
- Moving git to pkg_deps [#304](https://github.com/chef/chef-cli/pull/304) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.13 -->
1314
- Remove Ruby version conditional logic for syslog from gemspec [#302](https://github.com/chef/chef-cli/pull/302) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.12 -->
1415
- Move syslog dependency from Gemfile to gemspec [#298](https://github.com/chef/chef-cli/pull/298) ([nikhil2611](https://github.com/nikhil2611)) <!-- 6.1.11 -->
1516
- build chef-cli against to base 2025 [#294](https://github.com/chef/chef-cli/pull/294) ([muthuja](https://github.com/muthuja)) <!-- 6.1.10 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.12
1+
6.1.13

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

0 commit comments

Comments
 (0)