Skip to content

Commit d5336ad

Browse files
authored
Merge pull request #544 from lightninglabs/update-to-v0.21.0
version: bump version to v0.21.0-beta
2 parents bbe7c69 + 9a32b00 commit d5336ad

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

release_notes.md

-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
* 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.
1918

2019
#### Breaking Changes
21-
* Listing loop-in swaps will not display old, nested segwit swap htlc addresses correctly anymore since
22-
support for these htlc types is removed from the code base.
2320

2421
#### Bug Fixes
2522

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 20
30-
appPatch uint = 2
29+
appMinor uint = 21
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)