From 23e0b8a6652413bd33acdd39f5f31b79d2b97d51 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Thu, 20 Aug 2020 13:25:37 -0400 Subject: [PATCH] Prepping for next release --- .vscode/settings.json | 3 ++- CHANGELOG.md | 6 +++++- version.txt | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7331185..1b91392 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,6 @@ "editor.insertSpaces": true, "editor.tabSize": 4, "powershell.codeFormatting.preset": "OTBS", - "terminal.integrated.shell.windows": "c:/Program Files/PowerShell/7/pwsh.exe" + "terminal.integrated.shell.windows": "c:/Program Files/PowerShell/7/pwsh.exe", + "powershell.codeFormatting.addWhitespaceAroundPipe": true } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc9387..beb3345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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 +## [1.5.0] ### Zerto Virtual Manager @@ -14,6 +14,10 @@ and this project is transitioning to [Semantic Versioning](https://semver.org/sp * Added `Add-ZertoVpgVm` function to the module. Read the [help file](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Add-ZertoVpgVm.md) for more information. * Added `Remove-ZertoVpgVm` function to the module. Read the [help file](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Remove-ZertoVpgVm.md) for more information. +#### Fixed + +* Fixed an [issue](https://github.com/ZertoPublic/ZertoApiWrapper/issues/103) with `Add-ZertoPeerSite` where there was an incorrect settings validator on the `-targetHost` parameter where it would not accept a hostname. + ## [1.4.3] ### Zerto Virtual Manager diff --git a/version.txt b/version.txt index 428b770..bc80560 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.3 +1.5.0