Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 74238bfa0796b716305485f38291f462ebc78ad9
  • Loading branch information
Lightspark Eng authored and jklein24 committed Jun 6, 2023
1 parent 27c1b12 commit 978d0de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# v1.2.0

- Adding 2 new functions for test mode:
- `create_test_mode_invoice` which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function
- `create_test_mode_payment` to pay an invoice created from your test wallet via createInvoice

# v1.1.0

- Adding the ability to manage wallets tied to the current account. See `Account.get_wallets()` and the `Wallet` object.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lightspark Python SDK - v1.1.0
# Lightspark Python SDK

The Lightspark Python SDK provides a convenient way to interact with the Lightspark services from applications written in the Python language.

Expand Down
2 changes: 1 addition & 1 deletion lightspark/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 978d0de

Please sign in to comment.