Skip to content

Commit b5e7e3d

Browse files
authored
Merge pull request #476 from lightninglabs/v0.18.0-bump
version: bump version to v0.18.0-beta
2 parents 6984fc6 + bf7d157 commit b5e7e3d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

release_notes.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,8 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

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-
2419
#### Breaking Changes
2520

2621
#### Bug Fixes
2722

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-
3123
#### Maintenance

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 17
29+
appMinor uint = 18
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)