diff --git a/RELEASE.md b/RELEASE.md index 9d859049..b52b8433 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,4 @@ Features: -- Signature verification codebase for metamask token send and EIP712 transactions -- Transaction type text updates to use camelcase -- Upgrade genesis script modification to migrate from v0.3.17 to v0.3.45 +- Tokens module refactoring (#664) +- Fix storeKeys for layer2 and recovery modules diff --git a/types/constants.go b/types/constants.go index bc4b930d..9adeb98b 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.45" + SekaiVersion = "v0.4.0" CosmosVersion = "v0.47.6" )