Skip to content

Commit f8d38c0

Browse files
committed
Bump version to 5.2.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent a7941c5 commit f8d38c0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# knife-vsphere changelog
22

3-
<!-- latest_release -->
3+
<!-- latest_release 5.2.0 -->
4+
## [v5.2.0](https://github.com/chef/knife-vsphere/tree/v5.2.0) (2023-11-02)
5+
6+
#### Merged Pull Requests
7+
- [CVE] Removed the netaddr gem [#535](https://github.com/chef/knife-vsphere/pull/535) ([ashiqueps](https://github.com/ashiqueps))
48
<!-- latest_release -->
59

6-
<!-- release_rollup -->
10+
<!-- release_rollup since=5.1.0 -->
11+
### Changes not yet released to rubygems.org
12+
13+
#### Merged Pull Requests
14+
- [CVE] Removed the netaddr gem [#535](https://github.com/chef/knife-vsphere/pull/535) ([ashiqueps](https://github.com/ashiqueps)) <!-- 5.2.0 -->
715
<!-- release_rollup -->
816

917
<!-- latest_stable_release -->

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

lib/knife-vsphere/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The main knife-vsphere module.
22
module KnifeVsphere
33
# The version of this gem.
4-
VERSION = "5.1.0".freeze
4+
VERSION = "5.2.0".freeze
55
end

0 commit comments

Comments
 (0)