This commit is contained in:
nicolas.dorier
2024-11-04 13:12:35 +09:00
parent 5cbadc09f9
commit 8a5a160645
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PropertyGroup>
</Project>

View File

@@ -4,7 +4,7 @@
### Bug fixes
* Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x)
* Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x) (#6354, #6344)
* Resolve pull payment timezone (#6348) @TChukwuleta
* Fix: Payouts with unknown state should be considered pending @jackstar12
* Fix: Crowdfund page was crashing from 2.0.0 (#6347, #6342, #6346)
@@ -105,6 +105,10 @@ Please refer to our blog post before upgrading — here are the most noteworthy
* Remove the Altcoins build (#6177) @NicolasDorier
* Dashboard: Remove View All link for Top Items (#6072) @dennisreimann
## 1.13.6
* Fix: Wrong manifest downloaded when installing plugin on old btcpay (Ported on 1.13.x) (#6354, #6344)
## 1.13.5
### Bug fixes