File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,6 @@ This file tracks release notes for the loop client.
1818
1919#### Breaking Changes
2020
21- * Autoloop now defaults to a slow publication deadline (30 minutes after
22- initiation) to reduce fees. To revert to the previous behavior, users can run
23- ` loop setparams --fast ` , which causes swap HTLCs to be published immediately
24- after initiation.
25-
2621#### Bug Fixes
2722
2823#### Maintenance
Original file line number Diff line number Diff 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 = 31
30- appPatch uint = 0
30+ appPatch uint = 1
3131
3232 // appPreRelease MUST only contain characters from semanticAlphabet per
3333 // the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments