version: bump version to v0.17.0-beta

pull/458/head
Alex Bosworth 2 years ago
parent c92eeab01e
commit 74c9f1073e
No known key found for this signature in database
GPG Key ID: E80D2F3F311FD87E

@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
* Loop in functionality has been added to AutoLoop. This feature can be enabled
to acquire outgoing capacity on your node automatically, using
`loop setrule --type=in`. At present, autoloop can only be set to loop out
*or* loop in, and cannot manage liquidity in both directions.
* Use LND's hop hint selector when doing private loop-ins.
#### Breaking Changes
#### Bug Fixes
* Close local databases when loopd daemon is stopped programmatically.
#### 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 = 16
appMinor uint = 17
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per

Loading…
Cancel
Save