From aef1cefc18d5bd0dbfd5e14e895d3f34451be76b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 28 Oct 2020 19:05:45 +0900 Subject: [PATCH] changelog 1.0.5.9 --- BTCPayServer/BTCPayServer.csproj | 2 +- Build/Version.csproj | 2 +- Changelog.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 213bc917d..fc1a654ac 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -1,4 +1,4 @@ - + diff --git a/Build/Version.csproj b/Build/Version.csproj index f152616f7..8d6ce01b3 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.0.5.8 + 1.0.5.9 diff --git a/Changelog.md b/Changelog.md index 69c4a8457..8a31c8d6f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.5.9: + +### Bug fixes: + +* If there was too many pending invoice, postgres would be overwhelmed and freeze some requests (Igor Rylko) +* Emails were not included in the text search anymore @Kukks +* Payjoin: Do not include maxadditionalfeecontribution if there is no change. @NicolasDorier + ## 1.0.5.8: ### Bug fixes: