1 parent 4780461 commit 1225088Copy full SHA for 1225088
2 files changed
CHANGELOG.md
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
+* none
13
+
14
+### Changed
15
16
17
18
+## [0.22.0] -- 2020-12-30
19
20
+### Added
21
22
* `Invoke-TssRestApi` - integration tests added (2ce6787)
23
* `Get-TssSecret` - add `GetValue()` to `TssSecret` class to allow easy access to field values on secrets (b73deb9)
24
src/Thycotic.SecretServer.psd1
@@ -1,5 +1,5 @@
1
@{
2
- ModuleVersion = '0.21.5'
+ ModuleVersion = '0.22.0'
3
CompatiblePSEditions = 'Desktop', 'Core'
4
FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml'
5
TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'
0 commit comments