diff --git a/CHANGELOG.md b/CHANGELOG.md index 9217151..ccdfe7b 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] - 2023-11-27 + ### Changed - Updated Microsoft.SqlServer.SqlManagementObjects to 170.18.0. diff --git a/src/PsSmo/PsSmo.psd1 b/src/PsSmo/PsSmo.psd1 index f5ac301..db1c94a 100644 --- a/src/PsSmo/PsSmo.psd1 +++ b/src/PsSmo/PsSmo.psd1 @@ -12,7 +12,7 @@ RootModule = 'PsSmo.dll' # Version number of this module. -ModuleVersion = '1.2.1' +ModuleVersion = '1.3.0' # Supported PSEditions # CompatiblePSEditions = @()