File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,9 @@ This file tracks release notes for the loop client.
15
15
## Next release
16
16
17
17
#### New Features
18
- * Loop-in quote now asks the server to optionally probe the client to test
19
- inbound liquidity. The server may use this information to give more accurate
20
- quotes.
21
18
22
19
#### Breaking Changes
23
20
24
21
#### Bug Fixes
25
- * Grpc error codes returned by the swap server when swap initiation fails are
26
- now surfaced to the client. Previously these error codes would be returned
27
- as a string.
28
22
29
23
#### Maintenance
30
- * Updated compile time dependencies of ` lnd ` , ` grpc-gateway ` , ` protobuf ` and
31
- ` grpc ` .
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ 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 = 14
30
- appPatch uint = 2
29
+ appMinor uint = 15
30
+ appPatch uint = 0
31
31
32
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
33
// the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments