Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ This file tracks release notes for the loop client.

#### Breaking Changes

* Autoloop now defaults to a slow publication deadline (30 minutes after
initiation) to reduce fees. To revert to the previous behavior, users can run
`loop setparams --fast`, which causes swap HTLCs to be published immediately
after initiation.

#### Bug Fixes

#### Maintenance
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 31
appPatch uint = 0
appPatch uint = 1

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down