Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 1, 2022
1 parent 402484d commit a584dda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
18 changes: 1 addition & 17 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit a584dda

Please sign in to comment.