From 509466dfb4a98571a4e66c65db8b7fbe733cc93a Mon Sep 17 00:00:00 2001 From: dfrancis-adm Date: Thu, 11 Jul 2019 08:11:18 -0400 Subject: [PATCH] 0.4.8 --- CHANGELOG.md | 6 ++++++ Chocolatey-tools.psd1 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfe107..0b58fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Chocolatey-tools Release History +## 0.4.8 - 7/11/2019 + +### Added + +* Module dependency for Invoke-CommandAs version 2.2 + ## 0.4.7 - 7/10/2019 ### Fixed diff --git a/Chocolatey-tools.psd1 b/Chocolatey-tools.psd1 index 3388eb8..fd4a86b 100644 --- a/Chocolatey-tools.psd1 +++ b/Chocolatey-tools.psd1 @@ -12,7 +12,7 @@ RootModule = 'Chocolatey-tools.psm1' # Version number of this module. -ModuleVersion = '0.4.7' +ModuleVersion = '0.4.8' # Supported PSEditions # CompatiblePSEditions = @()