Skip to content

Commit

Permalink
Merge pull request #39 from lightsparkdev/05-14-bump_version_to_2.8.0
Browse files Browse the repository at this point in the history
Bump version to 2.8.0
  • Loading branch information
jklein24 authored May 15, 2024
2 parents 01d4538 + e08ef67 commit 558b7c0
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 558b7c0

Please sign in to comment.