From f8d38c06bc9d242008ef18e523e940d30934c449 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 2 Nov 2023 12:57:01 +0000 Subject: [PATCH] Bump version to 5.2.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/knife-vsphere/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) 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