Bump version

This commit is contained in:
nicolas.dorier 2022-02-15 14:33:25 +09:00
parent 1d593df5af
commit 631ddc0af2
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.4.4</Version>
<Version>1.4.5</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,25 @@
# Changelog
## 1.4.5
### New features:
* Ability to bump fees of transactions and invoices via CPFP (#3395) @NicolasDorier
* Add ability to add description to pull payment (#3363) @ubolator
* Greenfield: Can add store guest/owner to a store (#3363) @Kukks
### Bug fixes:
* Fix payment request archival actions (#3443) @dennisreimann
* Fix: filtering paid invoices in the invoice list wasn't working anymore (#3434) @dennisreimann @NicolasDorier
* Fix: Clicking any per-store nav links from the pairing approval page fails with 404 (#3431 #3438) @dennisreimann
### Improvements:
* UI improvements for the crowdfund settings (#3437 #3422) @dstrukt @dennisreimann
* Redirect to transactions list after wallet creation (#3451) @dennisreimann
* Setup guide: Link wallet setup always to BTC (#3442)
## 1.4.4
### Bug fixes: