From 9e86000e5c39a32a90352327c2b3d4608e86d9c7 Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Thu, 14 Feb 2019 22:37:10 -0600 Subject: [PATCH] ***NO_CI*** updating changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b774a9c..dd12243e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ +* [2.6.3](#263) * [2.6.2](#262) * [2.6.1](#261) * [2.6.0](#260) @@ -39,6 +40,13 @@ +## 2.6.3 + +* [Issue #44](https://github.com/scrthq/VaporShell/issues/44) + * Fixed: `Resource` from the DSL module was no longer resolving the available types after the CI/CD pipeline switched to compiling the module into a single PSM1 before deploying to the PowerShell Gallery. +* Miscellaneous + * Brought Resource Type and Property Type functions up to current spec sheet. + ## 2.6.2 * [Issue #41](https://github.com/scrthq/VaporShell/issues/41)