From 8f10df2d5e08cefad30df7730dc5d82a50d8d1fe Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Wed, 1 Nov 2023 13:44:46 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 9a6aa4f..30e1f1d 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,10 @@ # PSPublishModule Changelog +## 2.0.8 +- Improve error handling +- Added `NETExcludeMainLibrary` to not include Initialize library if no logic is required +- Added `PreScriptMergePath` and `PostScriptMergePath` to allow for files implementation instead of direct code in `New-ConfigurationArtefact` + ## 2.0.7 - Added to `New-ConfigurationArtefact` replacement of variables in paths (for example ``) - Added to `New-ConfigurationArtefact` - `DoNotClear` parameter to allow for not clearing of artefact folder, by default it will delete it's content with excluded .zip files (if any)