From cccd45b7fddfc2d26798945094770c73fee40566 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Sun, 17 May 2020 11:07:31 -0400 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abe48e..06498e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project is transitioning to [Semantic Versioning](https://semver.org/sp * Updated `Get-ZertoEvent` to translate a vpg name parameter to a vpgIdentifier per the API documentation * Updated `Invoke-ZertoMoveCommit` to ensure that when one of the parameter switches is defined, all required parameters are sent to avoid conflicts with parameters passed with the `Invoke-ZertoMove` command. +* Updated `Start-ZertoCloneVpg` to fix an issue where an error would be thrown if an operation specified a subset of VMs to be cloned. ## [1.4.1]