diff --git a/CHANGELOG.md b/CHANGELOG.md index 223aef2..3f75e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# v2.7.0 + +- Add `fail_htlcs` function to cancel pending htlcs (for example for HODL invoices). +- Add `outgoing_payments_for_payment_hash` to get all outgoing payments for a specific hash. +- Compress requests and support zstd. + # v2.6.0 - Use a 64-bit nonce for signed requests to avoid conflicts. diff --git a/lightspark/version.py b/lightspark/version.py index e5e59e3..2614ce9 100644 --- a/lightspark/version.py +++ b/lightspark/version.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.7.0"