diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8b160b6..7fc498c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,8 @@ ### ChangeLog +#### 0.1.9 - 2022.03.01 + - Fixes [Full Folder Decryption file path having incorrect property name](https://github.com/EvotecIT/PSPGP/issues/7) in `Write-Warning` + #### 0.1.8 - 2022.03.01 - Fixes [Protect-PGP does not create an encrypted file by specifying the path with -OutFilePath](https://github.com/EvotecIT/PSPGP/issues/6) diff --git a/README.MD b/README.MD index 50bbf6b..ef23b70 100644 --- a/README.MD +++ b/README.MD @@ -82,20 +82,4 @@ $ProtectedString = Protect-PGP -FilePathPublic $PSScriptRoot\Keys\PublicPGP.asc Test-PGP -FilePathPublic $PSScriptRoot\Keys\PublicPGP.asc -String $ProtectedString Test-PGP -FilePathPublic $PSScriptRoot\Keys\PublicPGP.asc -FolderPath $PSScriptRoot\Encoded -``` - -### ChangeLog - -- 0.1.7 - 2022.02.17 - - Adds [ability to use multiple public keys to encrypt](https://github.com/EvotecIT/PSPGP/issues/2) - - Fixes [Unprotect-PGP does not resolve path #3](https://github.com/EvotecIT/PSPGP/issues/3) - - `Unprotect-PGP`/`Protect-PGP`/`Test-PGP` now resolve paths - - `New-PGPKey`, `Unprotect-PGP` now [works without password](https://github.com/EvotecIT/PSPGP/issues/4) -- 0.1.6 - 2021.09.06 - - Fixes to publishing -- 0.1.5 - 2021.08.28 - - Improved error handling -- 0.1.4 - 2021.08.28 - - Updated library to higher version -- 0.1.3 - 2021.05.09 - - First release +``` \ No newline at end of file