Skip to content

Commit

Permalink
Bump version to 5.0.3 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Aug 12, 2024
1 parent dd1de21 commit f65152b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ Note: this log contains only changes from knife-windows release 0.6.0 and later
-- it does not contain the changes from prior releases. To view change history
prior to release 0.6.0, please visit the [source repository](https://github.com/chef/knife-windows/commits).

<!-- latest_release 5.0.2 -->
## [v5.0.2](https://github.com/chef/knife-windows/tree/v5.0.2) (2023-04-19)
<!-- latest_release 5.0.3 -->
## [v5.0.3](https://github.com/chef/knife-windows/tree/v5.0.3) (2024-08-12)

#### Merged Pull Requests
- CHEF-1917 Fixed the knife-windows verify test failure [#523](https://github.com/chef/knife-windows/pull/523) ([nikhil2611](https://github.com/nikhil2611))
- Handle REXML exception [#528](https://github.com/chef/knife-windows/pull/528) ([tpowell-progress](https://github.com/tpowell-progress))
<!-- latest_release -->

<!-- release_rollup since=4.0.7 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Handle REXML exception [#528](https://github.com/chef/knife-windows/pull/528) ([tpowell-progress](https://github.com/tpowell-progress)) <!-- 5.0.3 -->
- CHEF-1917 Fixed the knife-windows verify test failure [#523](https://github.com/chef/knife-windows/pull/523) ([nikhil2611](https://github.com/nikhil2611)) <!-- 5.0.2 -->
- Windows Certs PR #3 - this is for knife-windows to be able to consume… [#516](https://github.com/chef/knife-windows/pull/516) ([johnmccrae](https://github.com/johnmccrae)) <!-- 5.0.1 -->
- Require Ruby 2.7+ and the knife gem [#517](https://github.com/chef/knife-windows/pull/517) ([tas50](https://github.com/tas50)) <!-- 5.0.0 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3
2 changes: 1 addition & 1 deletion lib/knife-windows/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Windows
VERSION = "5.0.2".freeze
VERSION = "5.0.3".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit f65152b

Please sign in to comment.