PGPainless 1.3.14

This commit is contained in:
Paul Schaub 2022-12-13 16:25:44 +01:00
parent 4f435a0fa0
commit 23130b6c8a
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ SPDX-License-Identifier: CC0-1.0
- Add `KeyRingUtils.publicKeys(PGPKeyRing keys)`
- Remove `BCUtil` class
## 1.3.14
- Bump `bcpg` to `1.72.3`
- Fix DSA key parameter check
- Use proper method to unlock private signing keys when creating detached signatures
## 1.3.13
- Bump `sop-java` to `4.0.7`