mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-27 02:37:08 +01:00
bump
This commit is contained in:
parent
96d4665880
commit
5e983641b6
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.7.1</Version>
|
||||
<Version>1.7.2</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue