diff --git a/release_notes.md b/release_notes.md index c71d135..69730b6 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,6 +16,8 @@ This file tracks release notes for the loop client. #### New Features +* With v0.22.2-beta loopd defaults to MuSig2 swaps for both loopin and loopout. + #### Breaking Changes #### Bug Fixes diff --git a/version.go b/version.go index 01089c4..45581cb 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 = 22 - appPatch uint = 1 + appPatch uint = 2 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.