From 8a5a1606459dcbd038bcdc3bfbe6798225c5825c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 4 Nov 2024 13:12:35 +0900 Subject: [PATCH] bump --- Build/Version.csproj | 2 +- Changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Build/Version.csproj b/Build/Version.csproj index 52e8797e2..ce07c9559 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 2.0.0 + 2.0.1 diff --git a/Changelog.md b/Changelog.md index 4c1aa73a3..bee0635ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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