1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Update CHANGELOG

This commit is contained in:
Paul Schaub 2025-03-28 18:31:05 +01:00
parent 001acb55ee
commit 35f55bfd53
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,6 +5,11 @@ SPDX-License-Identifier: CC0-1.0
# PGPainless Changelog
## 1.6.9-SNAPSHOT
- Bump BC to `1.80`
- introduce dependency on `bcutil-jdk18on`
- remove support for generating elliptic curve keys over curve `secp256k1`
## 1.6.8
- Bump `sop-java` to `7.0.2`
- SOP `change-key-password`: Fix reading password from indirect parameter instead of erroneously passing filename (fixes #453)