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)