Skip to content

Commit

Permalink
Bump version to 5.2.0 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 Nov 2, 2023
1 parent a7941c5 commit f8d38c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# knife-vsphere changelog

<!-- latest_release -->
<!-- latest_release 5.2.0 -->
## [v5.2.0](https://github.com/chef/knife-vsphere/tree/v5.2.0) (2023-11-02)

#### Merged Pull Requests
- [CVE] Removed the netaddr gem [#535](https://github.com/chef/knife-vsphere/pull/535) ([ashiqueps](https://github.com/ashiqueps))
<!-- latest_release -->

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

#### Merged Pull Requests
- [CVE] Removed the netaddr gem [#535](https://github.com/chef/knife-vsphere/pull/535) ([ashiqueps](https://github.com/ashiqueps)) <!-- 5.2.0 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0
2 changes: 1 addition & 1 deletion lib/knife-vsphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The main knife-vsphere module.
module KnifeVsphere
# The version of this gem.
VERSION = "5.1.0".freeze
VERSION = "5.2.0".freeze
end

0 comments on commit f8d38c0

Please sign in to comment.