File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,8 @@ This file tracks release notes for the loop client.
16
16
17
17
#### New Features
18
18
19
- * Loop client now supports optional routing plugins to improve off-chain payment
20
- reliability. One such plugin that the client implemenets will gradually prefer
21
- increasingly more expensive routes in case payments using cheap routes time out.
22
- Note that with this addition the minimum required LND version is LND 0.14.2-beta.
23
-
24
19
#### Breaking Changes
25
20
26
21
#### Bug Fixes
27
22
28
- * Loop now supports being hooked up to a remote signing pair of ` lnd ` nodes,
29
- as long as ` lnd ` is ` v0.14.3-beta ` or later.
30
-
31
23
#### Maintenance
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 17
29
+ appMinor uint = 18
30
30
appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments