Skip to content

Commit e0ee78a

Browse files
authored
Merge pull request #35 from lightsparkdev/fix/bumpversion
Bump version to 2.7.0
2 parents 34f72a4 + 990a945 commit e0ee78a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# v2.7.0
4+
5+
- Add `fail_htlcs` function to cancel pending htlcs (for example for HODL invoices).
6+
- Add `outgoing_payments_for_payment_hash` to get all outgoing payments for a specific hash.
7+
- Compress requests and support zstd.
8+
39
# v2.6.0
410

511
- Use a 64-bit nonce for signed requests to avoid conflicts.

lightspark/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.7.0"

0 commit comments

Comments
 (0)