Skip to content

Commit 950b32d

Browse files
committed
multi: update version and release notes
1 parent 1df6685 commit 950b32d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ This file tracks release notes for the loop client.
2222
#### Breaking Changes
2323

2424
#### Bug Fixes
25-
25+
* The `SuggestSwaps` rpc now returns the correct peer pubkeys in the disqualified list.
2626
#### Maintenance

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = 19
30-
appPatch uint = 0
30+
appPatch uint = 1
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)