Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed May 15, 2024
1 parent 01d4538 commit e08ef67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# 2.8.0

- Add idempotency where useful!
- Add optional `idempotency_key` to `pay_invoice` and `request_withdrawal`.
- Add `idempotency_key` to `OutgoingPayment` and `Withdrawal` objects.
- Add new `outgoing_payment_for_idempotency_key` query.

# v2.7.1

- Minor type fix in the `outgoing_payments_for_payment_hash` query.
Expand Down
2 changes: 1 addition & 1 deletion lightspark/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.7.1"
__version__ = "2.8.0"

0 comments on commit e08ef67

Please sign in to comment.