diff --git a/CHANGELOG.md b/CHANGELOG.md index ee24820d..39a95fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.43.1] -- 2021-06-20 + +### Breaking Changes + +* None + +### Bug Fixes + +* None + +### New Stuff + +* None + +### General Updates + +* module - correcting cbh online links [28ea95b](https://github.com/thycotic-ps/thycotic.secretserver/commit/28ea95b2d56236e9dfdb3ead3cc52692cfb76d56) + +### Tests + +* None + ## [0.43.0] -- 2021-06-20 ### Breaking Changes diff --git a/src/Thycotic.SecretServer.psd1 b/src/Thycotic.SecretServer.psd1 index e140bf02..7cb6f6e8 100644 --- a/src/Thycotic.SecretServer.psd1 +++ b/src/Thycotic.SecretServer.psd1 @@ -1,5 +1,5 @@ @{ - ModuleVersion = '0.43.0' + ModuleVersion = '0.43.1' CompatiblePSEditions = 'Desktop', 'Core' FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml' TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'