From 950b32dea67c10efb6de770e06a5864dca51d281 Mon Sep 17 00:00:00 2001 From: sputn1ck Date: Wed, 8 Jun 2022 12:11:20 +0200 Subject: [PATCH] multi: update version and release notes --- release_notes.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release_notes.md b/release_notes.md index d9d4564..bdbaa4c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -22,5 +22,5 @@ This file tracks release notes for the loop client. #### Breaking Changes #### Bug Fixes - +* The `SuggestSwaps` rpc now returns the correct peer pubkeys in the disqualified list. #### Maintenance diff --git a/version.go b/version.go index 2768ed4..79e8773 100644 --- a/version.go +++ b/version.go @@ -27,7 +27,7 @@ const ( // Note: please update release_notes.md when you change these values. appMajor uint = 0 appMinor uint = 19 - appPatch uint = 0 + appPatch uint = 1 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.