Skip to content

Commit 1225088

Browse files
committed
release 0.22.0
1 parent 4780461 commit 1225088

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
* none
13+
14+
### Changed
15+
16+
* none
17+
18+
## [0.22.0] -- 2020-12-30
19+
20+
### Added
21+
1222
* `Invoke-TssRestApi` - integration tests added (2ce6787)
1323
* `Get-TssSecret` - add `GetValue()` to `TssSecret` class to allow easy access to field values on secrets (b73deb9)
1424

src/Thycotic.SecretServer.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@{
2-
ModuleVersion = '0.21.5'
2+
ModuleVersion = '0.22.0'
33
CompatiblePSEditions = 'Desktop', 'Core'
44
FormatsToProcess = 'Thycotic.SecretServer.Format.ps1xml'
55
TypesToProcess = 'Thycotic.SecretServer.Types.ps1xml'

0 commit comments

Comments
 (0)