This commit is contained in:
nicolas.dorier 2022-04-30 12:58:58 +09:00
parent 7d4d8bff93
commit e5602a86a2
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 14 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
</PropertyGroup>
</Project>

View file

@ -1,5 +1,18 @@
# Changelog
## 1.5.1
### Bug fixes:
* Do not show balance if can't get the balance (#3695) @NicolasDorier
* Fix performance issue on dashboard for big wallets (#3694) @NicolasDorier
* Do not crash if /apps/{appId} do not exists @NicolasDorier
### Improvements:
* Remove logs about pending invoices @NicolasDorier
* Add missing swagger doc for auto approval of payouts @Kukks
## 1.5.0
### New features: