Skip to content

Commit 9d3d9ce

Browse files
authored
Merge pull request #393 from lightninglabs/bump-to-v0.14.0-beta
version: bump version to v0.14.0-beta
2 parents beff896 + 2d48842 commit 9d3d9ce

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

release_notes.md

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

1717
#### New Features
18-
- The loopd client reports off-chain routing failures for loop out swaps if
19-
it cannot find a route to the server for the swap's prepay or invoice payment.
20-
This allows the server to release accepted invoices, if there are any,
21-
earlier, reducing the amount of time that funds are held off-chain. If the
22-
swap failed on one of the loop server's channels, it will report failure
23-
location of its off-chain failure. If the failure occurred outside of the
24-
loop server's infrastructure, a generic failure will be used so that no
25-
information about the client's position in the network is leaked.
2618

2719
#### Breaking Changes
2820

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 13
29+
appMinor uint = 14
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)