We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425a007 commit 2da3823Copy full SHA for 2da3823
release_notes.md
@@ -16,6 +16,9 @@ This file tracks release notes for the loop client.
16
17
#### New Features
18
19
+* User-specified liquidity parameters are persisted on disk to enable the
20
+ liquidity manager's config to surive after a restart.
21
+
22
#### Breaking Changes
23
24
#### Bug Fixes
version.go
@@ -26,7 +26,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
- appMinor uint = 18
+ appMinor uint = 19
30
appPatch uint = 0
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
0 commit comments