diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f4032..5b595d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # knife-vsphere changelog - + +## [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)) - + +### 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)) diff --git a/VERSION b/VERSION index acf69b4..7cbea07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.2.0 \ No newline at end of file diff --git a/lib/knife-vsphere/version.rb b/lib/knife-vsphere/version.rb index fd160c3..22817c3 100644 --- a/lib/knife-vsphere/version.rb +++ b/lib/knife-vsphere/version.rb @@ -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