diff --git a/RELEASE.md b/RELEASE.md index 05bc4827..dc592552 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: -- Resolve claim undelegation issue +- Basket module enhancement for #441 #590 #591 #592 #594 +- Spending module enhancement for #597 diff --git a/types/constants.go b/types/constants.go index 7336de88..d90b918a 100644 --- a/types/constants.go +++ b/types/constants.go @@ -3,6 +3,6 @@ package types const ( // we set page iteration limit for safety PageIterationLimit = 512 - SekaiVersion = "v0.3.36" + SekaiVersion = "v0.3.37" CosmosVersion = "v0.47.5" )