We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb6215 commit f7b5287Copy full SHA for f7b5287
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