Skip to content

Commit 89187b0

Browse files
committed
Bump version to 5.6.19 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 47ef3ad commit 89187b0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
<!-- usage documentation: https://expeditor.chef.io/docs/reference/changelog/#common-changelog -->
2-
<!-- latest_release -->
2+
<!-- latest_release 5.6.19 -->
3+
## [v5.6.19](https://github.com/chef/chef-cli/tree/v5.6.19) (2025-05-08)
4+
5+
#### Merged Pull Requests
6+
- Security fixes [#286](https://github.com/chef/chef-cli/pull/286) ([ashiqueps](https://github.com/ashiqueps))
37
<!-- latest_release -->
48

5-
<!-- release_rollup -->
9+
<!-- release_rollup since=5.6.18 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- Security fixes [#286](https://github.com/chef/chef-cli/pull/286) ([ashiqueps](https://github.com/ashiqueps)) <!-- 5.6.19 -->
614
<!-- release_rollup -->
715

816
<!-- 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.19

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.19".freeze
2020
end

0 commit comments

Comments
 (0)