File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ This file tracks release notes for the loop client.
15
15
## Next release
16
16
17
17
#### New Features
18
- - Easy Autoloop: a new mode for autoloop which requires the user to only set a
19
- single target balance. Autoloop will start dispatching loop outs
20
- whenever the total channel balance of the node exceeds that target.
21
18
22
19
#### Breaking Changes
23
20
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
26
const (
27
27
// Note: please update release_notes.md when you change these values.
28
28
appMajor uint = 0
29
- appMinor uint = 23
29
+ appMinor uint = 24
30
30
appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
You can’t perform that action at this time.
0 commit comments