File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,8 @@ This file tracks release notes for the loop client.
1616
1717#### New Features
1818
19- * ` --private ` flag is now available on the ` loop in ` command, meaning users can
20- now loop in to private nodes! This was implemented in [ #415 ] ( https://github.com/lightninglabs/loop/pull/415 )
21- and has an implementation of LND's hop hints creation feature for the time
22- being. The flag is also available in ` loop quote in ` as an extension.
23- * ` --route_hints ` has also been added on the ` loop in ` and ` loop quote in ` cli
24- commands, and was also include in [ #415 ] ( https://github.com/lightninglabs/loop/pull/415 ) .
25- While the ` --private ` flag autogenerates routehints to assist the payer (Lightning Labs),
26- ` --route_hints ` allows the user to feed their own crafted versions if they so please.
27-
2819#### Breaking Changes
2920
3021#### Bug Fixes
3122
32- * Fixed issue where loop assumes the mainnet location for lnd.macaroonpath regardless of passed network parameters.
33-
3423#### Maintenance
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 15
30- appPatch uint = 1
29+ appMinor uint = 16
30+ appPatch uint = 0
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