From 48427319284616ded136e256ca44d51a74225609 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 17 Feb 2021 15:24:28 -0500 Subject: [PATCH] updated release notes --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d92c87..5313769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ * Allows for more detailed output on the result of running the command. * Is more consistent with how things are done in `Install-MSI`. - # Version 1.3.0 - * Added the ability to pass public properties to `Install-MSI`. - * Fixed some documentation bugs. +# Version 1.3.0 +* Added the ability to pass public properties to `Install-MSI`. +* Fixed some documentation bugs. + +# Version 1.3.1 +* Fixed a bug where the path to the source files was not calculated correctly if `MultipleCopies` was set on `Copy-AxiumFiles`.