We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d887ac + 7ba6765 commit 17a1a3fCopy full SHA for 17a1a3f
release_notes.md
@@ -19,7 +19,5 @@ This file tracks release notes for the loop client.
19
#### Breaking Changes
20
21
#### 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).
24
25
#### Maintenance
version.go
@@ -27,7 +27,7 @@ const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
appMinor uint = 20
30
- appPatch uint = 1
+ appPatch uint = 2
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments