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