From 26cfb832a4c6119770821286a1d9bc869ea3bb68 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 7 May 2020 20:49:16 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4d7d3..472e294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project is transitioning to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Zerto Virtual Manager + +#### Fixed + +* Updated `Get-ZertoEvent` to translate a vpg name parameter to a vpgIdentifier string per the API documentation + ## [1.4.1] ### General