We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb6215 + f7b5287 commit c8de291Copy full SHA for c8de291
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# v2.5.1
4
+
5
+- Ensure that the README and LICENSE are included in the pypi package.
6
+- Make get_decoded_payment_request return an InvoiceData type.
7
8
# v2.5.0
9
10
- Add is_uma flag to payment objects. Note that this is only accurate for payments/invoices created with create_uma_invoice or pay_uma_invoice.
lightspark/version.py
@@ -1 +1 @@
-__version__ = "2.5.0"
+__version__ = "2.5.1"
0 commit comments