File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,3 @@ This file tracks release notes for the loop client.
1919#### Breaking Changes
2020
2121#### Bug Fixes
22- - Certain versions of the Python gRPC library
23- [ weren't able to connect] ( https://github.com/grpc/grpc/issues/23172 ) to
24- ` loopd ` 's gRPC interface, getting the ` missing selected ALPN property ` error.
25- A server side fix was introduced to get rid of that error message.
Original file line number Diff line number Diff 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 = 14
30- appPatch uint = 1
30+ appPatch uint = 2
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