From c2a0ac9fa08d52c7c61593b633965cf06ad6dee2 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 6 May 2020 12:44:32 -0400 Subject: [PATCH 1/3] Update CHANGELOG for Release --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08443ad..4f4d7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,19 @@ # Changelog + 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.4.1] ### General + * Removed RELEASENOTES and converted to a CHANGELOG format. * Updated the build process to follow Semantic Versioning. * Updated the build process to use the latest Pester Version (4.10.1) * Updated the build process to use the latest PS Script Analyzer Version (1.19.0) +* Updated the Tests Files to use a more modern method of grabbing the PSScriptPath ### Zerto Virtual Manager @@ -36,7 +39,7 @@ and this project is transitioning to [Semantic Versioning](https://semver.org/sp * Updated `Get-ZertoVirtualizationSite` to add the `-repository` parameter to enable returning information for LTR repositories. * Updated `Get-ZertoVpgSetting` to add the `-ltr` parameter to enable returning information for current LTR settings for the selected VPG. -### Zerto Analytics +### Zerto Analytics * Added several functions for the newly added [Zerto Analytics](https://analytics.zerto.com) Planner. * `Get-ZAPlannerSite` Help can be found here: [Get-ZAPlannerSite](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Get-ZAPlannerSite.md) From 380ac5c84184423e7d19bccfbbc3c0a641b93069 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 6 May 2020 12:44:58 -0400 Subject: [PATCH 2/3] Move Recent Updates to ChangeLog --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 23216ba..afc04f9 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,7 @@ PS> Install-Module -name ZertoApiWrapper ## Recent Updates -* April 10th, 2020: April Release. See [Release Notes](https://github.com/ZertoPublic/ZertoApiWrapper/releases/tag/1.4.0.20200410). -* December 1st, 2019: November Release. See [Release Notes](https://github.com/ZertoPublic/ZertoApiWrapper/releases/tag/1.3.0.20191201). -* August 1st, 2019: August Release. See [Release Notes](https://github.com/ZertoPublic/ZertoApiWrapper/releases/tag/1.2.0.20190801). -* June 16th, 2019: Added functionality for Zerto Analytics. -* May 31st, 2019: Implement logic to allow use of this module in both Windows PowerShell 5.1 and PowerShell Core. -* March 15th, 2019: Implement Export and Import Functionality. Please See [Export-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Export-ZertoVpg.md) and [Import-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/Import-ZertoVpg.md) for assistance. No current pre-seed support. -* March 11th, 2019: Create basic VPG completed. Please see [New-ZertoVpg Help](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/docs/New-ZertoVpg.md) +All recent updates can now be tracked via the [Change Log](https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/CHANGELOG.md). ## TODO From 3a2e8f4ee7c0da87aaf29cb68a361c8998771d5c Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 6 May 2020 12:45:09 -0400 Subject: [PATCH 3/3] Bump Version --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 88c5fb8..347f583 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.4.0 +1.4.1