Skip to content

Commit 7e8e5a2

Browse files
authored
Merge pull request #458 from lightninglabs/update-to-v0.17.0
version: bump version to v0.17.0-beta
2 parents c92eeab + 74c9f10 commit 7e8e5a2

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
@@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
* Loop in functionality has been added to AutoLoop. This feature can be enabled
19-
to acquire outgoing capacity on your node automatically, using
20-
`loop setrule --type=in`. At present, autoloop can only be set to loop out
21-
*or* loop in, and cannot manage liquidity in both directions.
22-
23-
* Use LND's hop hint selector when doing private loop-ins.
2418

2519
#### Breaking Changes
2620

2721
#### Bug Fixes
2822

29-
* Close local databases when loopd daemon is stopped programmatically.
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 = 16
29+
appMinor uint = 17
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)