1 parent 7cfc849 commit 0dbcc72Copy full SHA for 0dbcc72
2 files changed
CHANGELOG.md
@@ -15,6 +15,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
* None
17
18
+## [0.28.1] -- 2021-02-07
19
+
20
+### Added
21
22
+* None
23
24
+### Changed
25
26
+* Corrected LINK in function CBH [7cfc849](https://github.com/thycotic-ps/thycotic.secretserver/commit/7cfc8497b24f9b24b8d11412b9d42db394adabc4)
27
28
## [0.28.0] -- 2021-02-07
29
30
### Added
src/Thycotic.SecretServer.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.28.0'
+ ModuleVersion = '0.28.1'
3
CompatiblePSEditions = 'Desktop', 'Core'
4
FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml'
5
TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'
0 commit comments