File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 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.
1515## Next release
1616
1717#### 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.
2118
2219#### Breaking Changes
2320
2421#### 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.
2822
2923#### 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
2626const (
2727 // Note: please update release_notes.md when you change these values.
2828 appMajor uint = 0
29- appMinor uint = 14
30- appPatch uint = 2
29+ appMinor uint = 15
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