diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb6e78b..31960b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * None +## [0.31.1] -- 2021-02-17 + +### Added + +* None + +### Changed + +* Updated help for `Initialize-TssSdkClient` and `New-TssSession` [922200b](https://github.com/thycotic-ps/thycotic.secretserver/commit/922200bc6627546873368e38fc660d88db4fb54c) + ## [0.31.0] -- 2021-02-17 ### Added diff --git a/src/Thycotic.SecretServer.psd1 b/src/Thycotic.SecretServer.psd1 index f2140fd0..1a2ffc6b 100644 --- a/src/Thycotic.SecretServer.psd1 +++ b/src/Thycotic.SecretServer.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '0.31.0' + ModuleVersion = '0.31.1' CompatiblePSEditions = 'Desktop', 'Core' FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml' TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'