Skip to content

Commit

Permalink
add release notes for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiragpg committed Jul 8, 2024
1 parent cb6dca4 commit eb8b941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit eb8b941

Please sign in to comment.