diff --git a/CHANGELOG.md b/CHANGELOG.md index f558b3b3..250a80c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog +## 1.3.7-SNAPSHOT +- Add `KeyRingUtils.injectCertification(keys, certification)` +- Bugfix: Fix signature verification when `DecryptionStream` is drained byte-by-byte using `read()` call + ## 1.3.6 - Remove deprecated methods - `ArmorUtils.createArmoredOutputStreamFor()` -> use `ArmorUtils.toAsciiArmoredStream()` instead