mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-15 12:20:16 +01:00
bump
This commit is contained in:
parent
7d4d8bff93
commit
e5602a86a2
2 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.5.0</Version>
|
<Version>1.5.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
13
Changelog.md
13
Changelog.md
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# 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
|
## 1.5.0
|
||||||
|
|
||||||
### New features:
|
### New features:
|
||||||
|
|
Loading…
Add table
Reference in a new issue