Skip to content

Commit 874947f

Browse files
committed
Update ChangeLog
1 parent c6f03ba commit 874947f

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.0.0] - 2021-11-11
9+
10+
*Powershell 5.1 is no longer a supported version for this extension.
11+
version 1.1.1-Preview is the last 5.1 compatible version*
12+
13+
Major re-write of the token management to make it compatible with [Constrained Language Mode](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_language_modes?view=powershell-7.1#constrained-language-constrained-language)
14+
Fixes issues with `Unlock-SecretVault` [#24](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/24)
15+
Fixes issue using extension from Terminal [#22](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/22)
16+
Updated documentation
17+
818
## [1.2.0] - 2021-11-07
919

10-
Adds `Unlock-SecretVault` [#21](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/21)
11-
Adds support for checking tokens lifespan and renewing when they are close to expiring or have already expired. [#11](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/11)
12-
Increase verbose messages and fix formatting
13-
Add Byte as supported data type
14-
Fix pester tests
20+
Adds `Unlock-SecretVault` [#21](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/21)
21+
Adds support for checking tokens lifespan and renewing when they are close to expiring or have already expired. [#11](https://github.com/joshcorr/SecretManagement.Hashicorp.Vault.KV/issues/11)
22+
Increase verbose messages and fix formatting
23+
Add Byte as supported data type
24+
Fix pester tests s
1525

1626
## [1.1.1] - 2021-08-25
1727

0 commit comments

Comments
 (0)