From 44f0027a723f557700e1cd202c9f81b71052c939 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 10 Apr 2019 10:26:27 -0700 Subject: [PATCH] Fix version of PowerShellGet in changelog Fixes #9334 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868455aa3e5..1b5f7f126a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,7 +51,7 @@ - Publish test package on release builds (#9063) - Bump `Microsoft.PowerShell.Native` from `6.2.0-rc.1` to `6.2.0` (#9200) - Bump `NJsonSchema` from `9.13.19` to `9.13.27` (#9044, #9136, #9166, #9172, #9184 #9196) -- Bump `PowerShellGet` from `2.0.4` to `2.1.1` in /src/Modules (#9110, #9145) +- Bump `PowerShellGet` from `2.0.4` to `2.1.2` in /src/Modules (#9110, #9145) - Bump `SelfSignedCertificate` in `/test/tools/Modules` (#9055) ### Documentation and Help Content