Merge pull request #408 from lightninglabs/update-to-v0.14.2-beta

version: bump version to v0.14.2-beta
pull/409/head v0.14.2-beta
Alex Bosworth 3 years ago committed by GitHub
commit b9a3d1d920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,3 @@ This file tracks release notes for the loop client.
#### Breaking Changes
#### Bug Fixes
- Certain versions of the Python gRPC library
[weren't able to connect](https://github.com/grpc/grpc/issues/23172) to
`loopd`'s gRPC interface, getting the `missing selected ALPN property` error.
A server side fix was introduced to get rid of that error message.

@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 14
appPatch uint = 1
appPatch uint = 2
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.

Loading…
Cancel
Save