changelog 1.0.5.9

This commit is contained in:
nicolas.dorier 2020-10-28 19:05:45 +09:00
parent 1385c7cc9b
commit aef1cefc18
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
<Import Project="../Build/Common.csproj" />

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.5.8</Version>
<Version>1.0.5.9</Version>
</PropertyGroup>
</Project>

View File

@ -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: