Merge pull request #544 from lightninglabs/update-to-v0.21.0

version: bump version to v0.21.0-beta
pull/552/head v0.21.0-beta
Alex Bosworth 1 year ago committed by GitHub
commit d5336adbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,11 +15,8 @@ This file tracks release notes for the loop client.
## Next release
#### New Features
* Autoloop now has a new parameter named `destaddr` which if set to a valid bitcoin address will direct all funds from automatically dispatched loop outs towards that address.
#### Breaking Changes
* Listing loop-in swaps will not display old, nested segwit swap htlc addresses correctly anymore since
support for these htlc types is removed from the code base.
#### Bug Fixes

@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 20
appPatch uint = 2
appMinor uint = 21
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.

Loading…
Cancel
Save