Skip to content

Commit

Permalink
Bump the version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 committed May 17, 2024
1 parent ba842c3 commit 67f4ce3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# v0.13.0
- Add idempotency where useful
- Add optional PayInvoiceWithIdempotencyKey and RequestWithdrawalWithIdempotencyKey functions to the client.
- Add IdempotencyKey field to OutgoingPayment and Withdrawal objects.
- Add new FetchOutgoingPaymentsByIdempotencyKey query.
- Add FailHtlcs function to cancel pending htlcs (for example for HODL invoices).
- Add FetchInvoiceByPaymentHash and FetchOutgoingPaymentsByPaymentHash to get all outgoing payments for a specific hash.
- Update objects from graphql schema.

# v0.12.0
- Add `RequestError`, `GraphQLInternalError` and, `GraphQLError` to the client to better differentiate between different types of errors.

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package lightspark

const VERSION = "0.12.0"
const VERSION = "0.13.0"

0 comments on commit 67f4ce3

Please sign in to comment.