Skip to content

Commit ab9da90

Browse files
authored
Update version to 2.5.0 and update changelog. (#23)
2 parents c6cdd88 + e130cc0 commit ab9da90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# v2.5.0
4+
5+
- 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.
6+
- Tweak the ChannelSnapshot object to make it more expressive.
7+
- Include type info in the package release.
8+
39
# v2.4.2
410
- Update dependencies.
511

lightspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.2"
1+
__version__ = "2.5.0"

0 commit comments

Comments
 (0)