1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-18 09:34:51 +02:00

Fix changelog version headers

This commit is contained in:
Paul Schaub 2023-11-23 14:01:13 +01:00
parent ab74e157d0
commit 0c5521f82a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -9,7 +9,7 @@ SPDX-License-Identifier: CC0-1.0
- Bump `sop-java` to `7.0.1`
- `decrypt --verify-with`: Fix to not throw `NoSignature` exception (exit code 3) if `VERIFICATIONS` is empty
# 1.6.2
## 1.6.2
- Switch `bcpg` and `bcprov` artifacts from `-jdk15to18`variant to `-jdk18on`
- Bump `bcpg-jdk8on` to `1.76`
- Bump `bcprov-jdk18on` to `1.76`
@ -17,7 +17,7 @@ SPDX-License-Identifier: CC0-1.0
encrypting to legacy keys which do not carry any key flags.
- Allow overriding of reference time in `EncryptionOptions` and `SigningOptions`.
# 1.6.1
## 1.6.1
- `KeyRingBuilder`: Require UTF8 when adding user-ID via `addUserId(byte[])`
- `pgpainless-sop`: Remove dependency on jetbrains annotations
- Add `CertificateAuthority` interface to allow integration with [`pgpainless-wot`](https://github.com/pgpainless/pgpainless-wot)