Skip to content

Commit 2da3823

Browse files
committed
docs: update release note
1 parent 425a007 commit 2da3823

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ This file tracks release notes for the loop client.
1616

1717
#### New Features
1818

19+
* User-specified liquidity parameters are persisted on disk to enable the
20+
liquidity manager's config to surive after a restart.
21+
1922
#### Breaking Changes
2023

2124
#### Bug Fixes

version.go

Lines changed: 1 addition & 1 deletion
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 = 18
29+
appMinor uint = 19
3030
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per

0 commit comments

Comments
 (0)