From c656e2021c0d7aa2822f117eb98665b195947818 Mon Sep 17 00:00:00 2001 From: Kyriakos Oikonomakos Date: Tue, 20 Apr 2021 17:10:49 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601dca805..bbfd453c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ BUG FIXES: * Minor fixes of issues that came up during testing against vSphere 7.0 +* Change the way we set the timeout for maintenance mode ([#1392](https://github.com/hashicorp/terraform-provider-vsphere/pull/1392)) IMPROVEMENTS: -* `provider`: vSphere 7 compatibility validation ([1381](https://github.com/hashicorp/terraform-provider-vsphere/pull/1381)) -* `resource/vm`: Allow hardware version up to 19 ([1391](https://github.com/hashicorp/terraform-provider-vsphere/pull/1391)) +* `provider`: vSphere 7 compatibility validation ([#1381](https://github.com/hashicorp/terraform-provider-vsphere/pull/1381)) +* `resource/vm`: Allow hardware version up to 19 ([#1391](https://github.com/hashicorp/terraform-provider-vsphere/pull/1391)) ## 1.25.0 (March 17, 2021)