diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2fa84fcb..f8b2b8ab24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## 1.1.64 +Build date: May 11, 2024. + +Features & Update: +- Update chain-list (#3020) + - Add support for Curio Network + - Add new blockchain explorer for InvArch + - Add explorer for Mythos and Avail Turing + - Update ED for Mythos + - Update symbol for native token on Commune AI: C -> COMAI + +Bugs fixed: +- Fixed bug enable chains when detect balance (#2882) +- Fixed bug Invalid recipient address when Dapp deploy smart contract (#2859) + + ## 1.1.63 Build date: May 09, 2024. diff --git a/package.json b/package.json index ee7642aeba..c44fc61994 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Koniverse/Subwallet-V2.git" }, "sideEffects": false, - "version": "1.1.64-0", + "version": "1.1.64", "workspaces": [ "packages/*" ],