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 = @()