From eb8b94154cb6b7e661b989251426d7aca654a4ca Mon Sep 17 00:00:00 2001 From: jgo121 Date: Mon, 8 Jul 2024 20:33:41 +0800 Subject: [PATCH] add release notes for v0.4.0 --- RELEASE.md | 5 ++--- types/constants.go | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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" )