From 5b21191fea1b13beced660897ccb61814ab517ca Mon Sep 17 00:00:00 2001 From: Khoi Ky Date: Mon, 26 Aug 2024 14:12:11 -0700 Subject: [PATCH] Update version and changelog. --- CHANGELOG.md | 8 ++++++++ Prism/Prism.psd1 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b627d24..bbe9642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ # Prism Changelog +## 0.7.0 + +> Released 27 Aug 2024 + +Added the ability to install or update a subset of the modules listed in the prism.json file. Specify the subset of +modules by passing it to the `Name` parameter when invoking prism. + + ## 0.6.1 > Released 29 Jan 2024 diff --git a/Prism/Prism.psd1 b/Prism/Prism.psd1 index ce1d816..dbad3a1 100644 --- a/Prism/Prism.psd1 +++ b/Prism/Prism.psd1 @@ -18,7 +18,7 @@ RootModule = 'Prism.psm1' # Version number of this module. - ModuleVersion = '0.6.1' + ModuleVersion = '0.7.0' # ID used to uniquely identify this module GUID = '5b244346-40c9-4a50-a098-8758c19f7f25'