Skip to content

Commit

Permalink
Update version to 2.5.0 and update changelog. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jklein24 authored Jan 11, 2024
2 parents c6cdd88 + e130cc0 commit ab9da90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# v2.5.0

- 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.
- Tweak the ChannelSnapshot object to make it more expressive.
- Include type info in the package release.

# v2.4.2
- Update dependencies.

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

0 comments on commit ab9da90

Please sign in to comment.