From bccdcfc2d6a5addc9eabbd73c842fa417124a993 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sat, 26 Jun 2021 18:58:42 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7045d5fe..7eceb899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PGPainless Changelog +## 0.2.3 +- Introduce new simplified decryption API + The new API (`withOptions(ConsumerOptions)`) resembles the encryption API and is more friendly to dynamic + construction of decryption properties + The old API has been deprecated and will be removed in a future release +- Add `example` package in the JUnit tests + This package contains always-up-to-date usage examples for the PGPainless' API and various use cases +- Add `KeyRingInfo.getVersion` +- Add `CachingSecretKeyRingProtector.addPassphrase(OpenPgpV4Fingerprint, Passphrase)` +- Make builds of all jars reproducible +- Fix `NullPointerException` in `KeyRingInfo.getExpirationDateForUse()` + ## 0.2.2 - Fix bug where adding a subkey would ignore the user-requested key flags This would cause subkeys to erroneously carry the certify-others key flag