Skip to content

Commit 558b7c0

Browse files
authored
Merge pull request #39 from lightsparkdev/05-14-bump_version_to_2.8.0
Bump version to 2.8.0
2 parents 01d4538 + e08ef67 commit 558b7c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# 2.8.0
4+
5+
- Add idempotency where useful!
6+
- Add optional `idempotency_key` to `pay_invoice` and `request_withdrawal`.
7+
- Add `idempotency_key` to `OutgoingPayment` and `Withdrawal` objects.
8+
- Add new `outgoing_payment_for_idempotency_key` query.
9+
310
# v2.7.1
411

512
- Minor type fix in the `outgoing_payments_for_payment_hash` query.

lightspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.1"
1+
__version__ = "2.8.0"

0 commit comments

Comments
 (0)