Skip to content

Commit fbdda1e

Browse files
authored
Merge pull request #323 from alexbosworth/v0.11.2
version: bump to 0.11.2-beta
2 parents ca3e700 + c130017 commit fbdda1e

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

release_notes.md

-12
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

19-
##### Autoloop Swap Size
20-
* Autoloop can now be configured with custom swap size limits. Previously,
21-
autoloop would use the minimum/maximum swap amount set by the server (exposed
22-
by the `loop terms` command) to decide on swap size.
23-
* Setting a custom minimum swap amount is particularly useful for clients that
24-
would like to perform fewer, larger swaps to save on fees. The trade-off when
25-
setting a large minimum amount is that autoloop will wait until your channel is
26-
at least the minimum amount below its incoming threshold amount before executing
27-
a swap, which may result in channels staying under the threshold for longer.
28-
* These values can be set using the following command: `loop setparams --minamt={minimum in sats} --maxamt={maximum in sats}`.
29-
* The values set must fall within the limits set by the loop server.
30-
3119
#### Breaking Changes
3220

3321
#### Bug Fixes

version.go

+1-1
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 = 11
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)