This commit is contained in:
nicolas.dorier 2022-12-16 17:39:14 +09:00
parent 96d4665880
commit 5e983641b6
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup>
<Version Condition=" '$(Version)' == '' ">1.7.1</Version>
<Version Condition=" '$(Version)' == '' ">1.7.2</Version>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PublishRepositoryUrl>true</PublishRepositoryUrl>

View file

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.7.1</Version>
<Version>1.7.2</Version>
</PropertyGroup>
</Project>

View file

@ -6,6 +6,7 @@
* Greenfield: Add `DescriptionHashOnly` to Lightning invoice creation endpoint (#4411) @NicolasDorier
* Greenfield: Breaking change, `DescriptionHash` in the Lightning invoice creation endpoint has been removed (#4411) @NicolasDorier
* UI: Theme extensions (#4398) @dennisreimann
### Bug fixes
@ -28,7 +29,6 @@
* Rate provider: Use better default than Coingecko when creating a new store (#4416) @NicolasDorier
* Add DefaultDescription to LNURL withdrawal request (#4434) @bolatovumar
* Disabled amount/currency update for payment request with active invoices (#4390) @bolatovumar
* UI: Theme extensions (#4398) @dennisreimann
* Add store logo to invoice receipt page (#4435) @bolatovumar
* Add links to docs and API in the footer (#4431) @NicolasDorier