From a295c17cdcfc97add586ef6dcd444ec1d074c6c8 Mon Sep 17 00:00:00 2001 From: Steffen Kampmann Date: Sun, 31 Jul 2022 15:31:18 +0200 Subject: [PATCH] changed version information --- CHANGELOG.md | 2 ++ src/PsBuildTasks.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8e844..8541769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.0] - 2022-07-31 + ### Added - Install extension command. diff --git a/src/PsBuildTasks.psd1 b/src/PsBuildTasks.psd1 index c14d681..f775157 100644 --- a/src/PsBuildTasks.psd1 +++ b/src/PsBuildTasks.psd1 @@ -12,7 +12,7 @@ RootModule = 'PsBuildTasks.psm1' # Version number of this module. -ModuleVersion = '1.2.0' +ModuleVersion = '1.3.0' # Supported PSEditions # CompatiblePSEditions = @()