mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Changelog and new release (#2204)
* Changelog and new release * Update Changelog.md
This commit is contained in:
parent
71a192d0ba
commit
95c50dcc0d
2 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.6.5</Version>
|
||||
<Version>1.0.6.6</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
12
Changelog.md
12
Changelog.md
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.6.6
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* Load correct connection string when using SQLite @Kukks
|
||||
* Greenfeld API: Invoice Metadata update was not updating @saliehendricks
|
||||
* Prevent access to wallet pags if wallet not set @dennisreimann
|
||||
|
||||
### New features
|
||||
|
||||
* Greenfield API: Can configure lightning payment methods @Kukks
|
||||
|
||||
## 1.0.6.5:
|
||||
|
||||
### Improvements:
|
||||
|
|
Loading…
Add table
Reference in a new issue