mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #476 from lightninglabs/v0.18.0-bump
version: bump version to v0.18.0-beta
This commit is contained in:
commit
b5e7e3ded8
2 changed files with 1 additions and 9 deletions
|
|
@ -16,16 +16,8 @@ This file tracks release notes for the loop client.
|
|||
|
||||
#### New Features
|
||||
|
||||
* Loop client now supports optional routing plugins to improve off-chain payment
|
||||
reliability. One such plugin that the client implemenets will gradually prefer
|
||||
increasingly more expensive routes in case payments using cheap routes time out.
|
||||
Note that with this addition the minimum required LND version is LND 0.14.2-beta.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* Loop now supports being hooked up to a remote signing pair of `lnd` nodes,
|
||||
as long as `lnd` is `v0.14.3-beta` or later.
|
||||
|
||||
#### Maintenance
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 17
|
||||
appMinor uint = 18
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue