Skip to content

Commit 951f981

Browse files
authored
Merge pull request #756 from lightninglabs/update-to-v0.28.2
version: bump version to v0.28.2-beta
2 parents 563e7be + c44018d commit 951f981

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

release_notes.md

-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ This file tracks release notes for the loop client.
1818

1919
#### Breaking Changes
2020

21-
In loopd.conf file `maxlsatcost` and `maxlsatfee` were renamed to `maxl402cost`
22-
and `maxl402fee` accordingly. Old versions of the options are still recognized
23-
for backward compatibility, but a deprecation warning is printed. Users are
24-
encouraged to change the options to new names if they have been changed locally.
25-
26-
The path in looprpc "/v1/lsat/tokens" was renamed to "/v1/l402/tokens" and
27-
the corresponding method was renamed from `GetLsatTokens` to `GetL402Tokens`.
28-
New `loop` binary won't work with old `loopd`, because `loop listauth` is now
29-
calling `GetL402Tokens` method, which does not exist in previous `loopd` binary.
30-
Old `loop` binary works with new `loopd`, since `loopd` provides a wrapper for
31-
`GetLsatTokens` which calls `GetL402Tokens`; the wrapper logs a warning and
32-
it will be removed in a couple of releases. HTTP endpoint "/v1/l402/tokens" is
33-
now an additional binding for API "/v1/lsat/tokens", so it still works.
34-
3521
#### Bug Fixes
3622

3723
#### Maintenance

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 = 28
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)