From dd56491bb8422821a78aabd02543ff6ae906fec8 Mon Sep 17 00:00:00 2001 From: Ashique P S Date: Mon, 6 Feb 2023 09:48:32 +0530 Subject: [PATCH] Release 3.3.1 (#62) Signed-off-by: Ashique P S --- CHANGELOG.md | 6 ++++++ lib/kitchen/driver/vra_version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea64f23..8699aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v3.3.1](https://github.com/chef-partners/kitchen-vra/tree/v3.3.1) + +[Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.3.0...v3.3.1) + +- Fixed the issue with catalog lookup using catalog_name config [\#61](https://github.com/chef-partners/kitchen-vra/pull/61) ([ashiqueps](https://github.com/ashiqueps)) + ## [v3.3.0](https://github.com/chef-partners/kitchen-vra/tree/v3.3.0) [Full Changelog](https://github.com/chef-partners/kitchen-vra/compare/v3.2.1...v3.3.0) diff --git a/lib/kitchen/driver/vra_version.rb b/lib/kitchen/driver/vra_version.rb index 0d07359..9058e1c 100644 --- a/lib/kitchen/driver/vra_version.rb +++ b/lib/kitchen/driver/vra_version.rb @@ -20,6 +20,6 @@ module Kitchen module Driver - VRA_VERSION = "3.3.0" + VRA_VERSION = "3.3.1" end end