Skip to content

Commit 0fa3625

Browse files
authored
Merge pull request #352 from lightninglabs/version-v0.12.0-beta
version: bump to v0.12.0-beta
2 parents 9b9f64d + b5fcd9f commit 0fa3625

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

release_notes.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,8 @@ This file tracks release notes for the loop client.
1515
## Next release
1616

1717
#### New Features
18-
* Autoloop can now be configured on a per-peer basis, rather than only on an
19-
individual channel level. This change allows desired liquidity thresholds
20-
to be set for an individual peer, rather than a specific channel, and
21-
leverages multi-loop-out to more efficiently manage liquidity. To configure
22-
peer-level rules, provide the 'setrule' command with the peer's pubkey.
23-
* Autoloop's fee API has been simplified to allow setting a single percentage
24-
which will be used to limit total swap fees to a percentage of the amount
25-
being swapped, the default budget has been updated to reflect this. Use
26-
`loop setparams --feepercent={percentage}` to update this value. This fee
27-
setting has been updated to the default for autoloop.
28-
* The default confirmation target for automated loop out swap sweeps has been
29-
increased to 100 blocks. This change will not affect the time it takes to
30-
acquire inbound liquidity, but will decrease the cost of swaps.
18+
3119

3220
#### Breaking Changes
3321

3422
#### Bug Fixes
35-
* The loop dockerfile has been updated to use the `make` command so that the
36-
latest commit hash of the code being run will be included in `loopd`.
37-
* A bug where loop in on-chain fees were not recorded properly has been
38-
addressed.

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 11
30-
appPatch uint = 4
29+
appMinor uint = 12
30+
appPatch uint = 0
3131

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

0 commit comments

Comments
 (0)