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: