From 8d5e36e2678ed6ec426d165078eb6c2f7b098385 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 20 Sep 2021 15:24:47 +0200 Subject: [PATCH] Update README --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40045664..536ebe2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PGPainless Changelog +## 0.2.14-SNAPSHOT +- Export dependency on Bouncycastle's `bcprov-jdk15on` +- Rework Key Generation API + - Replace builder-chain structure with single `KeyRingBuilder` class + ## 0.2.13 - Add `MessageInspector` class to determine IDs of recipient keys. - PGPainless now tries decryption using keys with available passphrases first and only then request key passphrases using callbacks.