Skip to content

Commit 17a1a3f

Browse files
authored
Merge pull request #534 from lightninglabs/update-to-v0.20.2
version: bump version to v0.20.2-beta
2 parents 0d887ac + 7ba6765 commit 17a1a3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

release_notes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ This file tracks release notes for the loop client.
1919
#### Breaking Changes
2020

2121
#### Bug Fixes
22-
* Bump minimum LND version to v0.15.1-beta to avoid failed swaps due to the chain
23-
backend not properly supporting taproot (fixed in: https://github.com/lightningnetwork/lnd/pull/6798).
2422

2523
#### Maintenance

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 20
30-
appPatch uint = 1
30+
appPatch uint = 2
3131

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

0 commit comments

Comments
 (0)