Skip to content

Commit 2a6c90e

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

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# mixlib-cli Changelog
22

3-
<!-- latest_release 2.2.3 -->
4-
## [v2.2.3](https://github.com/chef/mixlib-cli/tree/v2.2.3) (2025-11-14)
3+
<!-- latest_release 2.2.4 -->
4+
## [v2.2.4](https://github.com/chef/mixlib-cli/tree/v2.2.4) (2026-07-28)
55

66
#### Merged Pull Requests
7-
- set up ai assisted development workflow [#115](https://github.com/chef/mixlib-cli/pull/115) ([rishichawda](https://github.com/rishichawda))
7+
- CHEF-27672 Update and standardize copyright notices to Progress Software Corporation - copyright_update [#117](https://github.com/chef/mixlib-cli/pull/117) ([clintoncwolfe](https://github.com/clintoncwolfe))
88
<!-- latest_release -->
99

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

1313
#### Merged Pull Requests
14+
- CHEF-27672 Update and standardize copyright notices to Progress Software Corporation - copyright_update [#117](https://github.com/chef/mixlib-cli/pull/117) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.4 -->
1415
- set up ai assisted development workflow [#115](https://github.com/chef/mixlib-cli/pull/115) ([rishichawda](https://github.com/rishichawda)) <!-- 2.2.3 -->
1516
- Add GitHub Security Actions Workflow [#111](https://github.com/chef/mixlib-cli/pull/111) ([sean-sype-simmons](https://github.com/sean-sype-simmons)) <!-- 2.2.2 -->
1617
- Update byebug requirement from ~&gt; 11.1 to ~&gt; 12.0 [#110](https://github.com/chef/mixlib-cli/pull/110) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 2.2.1 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.2.4

lib/mixlib/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mixlib
22
module CLI
3-
VERSION = "2.2.3".freeze
3+
VERSION = "2.2.4".freeze
44
end
55
end

0 commit comments

Comments
 (0)