Update CHANGELOG

This commit is contained in:
Paul Schaub 2022-11-02 10:57:53 +01:00
parent f5e4c7571c
commit b0258f8c5b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.3.8-SNAPSHOT
- Bump `bcprov` to `1.72`
- Bump `bcpg` to `1.72.1`
- Add `ProducerOptions.setHideArmorHeaders(boolean)` to hide automatically added armor headers
in encrypted messages
## 1.3.7
- Bugfix: Fix signature verification when `DecryptionStream` is drained byte-by-byte using `read()` call
- Add `KeyRingUtils.injectCertification(keys, certification)`