From f7b56d8172bf1c6d8a102dd77168b55ccf621feb Mon Sep 17 00:00:00 2001 From: Ashique P S Date: Mon, 19 Dec 2022 11:33:17 +0530 Subject: [PATCH] Release 3.2.0 (#103) Signed-off-by: Ashique P S Signed-off-by: Ashique P S --- CHANGELOG.md | 6 ++++++ lib/vra/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46fc0b..4926009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.2.0](https://github.com/test-kitchen/vmware-vra-gem/tree/v3.2.0) (2022-12-19) + +- Updated the tenant attribute to domain + +[Full Changelog](https://github.com/test-kitchen/vmware-vra-gem/compare/v3.1.3...v3.2.0) + ## [3.1.3](https://github.com/test-kitchen/vmware-vra-gem/tree/v3.1.3) (2022-05-26) - Use regular admin catalog endpoint to fetch catalog items diff --git a/lib/vra/version.rb b/lib/vra/version.rb index bd8a026..5dcd048 100644 --- a/lib/vra/version.rb +++ b/lib/vra/version.rb @@ -18,5 +18,5 @@ # module Vra - VERSION = "3.1.3" + VERSION = "3.2.0" end