From ae55672ab76c28535991bcd17e86d7b66ec9f8b9 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 16 Dec 2020 13:55:30 -0500 Subject: [PATCH] updated changelog for 1.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3880e2b..060721f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,11 @@ # Version 1.0.1 * Fixed copyright string in `Axium.psd1` so that `Publish-Module` likes it. + +# Version 1.1.0 +* Updated the [security policy](SECURITY.md). +* Corrected information about mass deployment in the [readme](README.md). +* Corrected the prerequisites in the [readme](README.md) so that they explicitly state what functions RoboCopy is needed for. +* Cleaned up formatting to be (hopefully) compliant with the standards published at https://poshcode.gitbooks.io/powershell-practice-and-style/content. +* Added the [release notes](CHANGELOG.md) to the module manifest. +* Added a [project icon](Icon.svg).