Update changelog

This commit is contained in:
Paul Schaub 2023-08-03 14:12:58 +02:00
parent 975d59c5a9
commit d08bc6bd4b
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ SPDX-License-Identifier: CC0-1.0
# 1.6.2-SNAPSHOT
- Bump `bcpg-jdk15to18` to `1.76`
- Bump `bcprov-jdk15to18` to `1.76`
- Add `EncryptionOptions.setAllowEncryptionWithMissingKeyFlags()` to properly allow
encrypting to legacy keys which do not carry any key flags.
# 1.6.1
- `KeyRingBuilder`: Require UTF8 when adding user-ID via `addUserId(byte[])`