From ceec977c3873860a09cd3af020d7618b8ff4514c Mon Sep 17 00:00:00 2001 From: AnhMTV Date: Thu, 1 Feb 2024 09:20:59 +0700 Subject: [PATCH] Release version 1.1.34 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e393bf6674..405dec8c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## 1.1.34 +Build date: Feb 01, 2024. + +Features & Update: +- Update unstaking request info for KREST, AMPE (#2544) +- Add popup want to user claim reward when Astar update dApp staking v3 (#2545) +- Change "Claim rewards" to "Check rewards" for dApp staking (#2497) +- Update RPC online (#2463) + +Bugs fixed: +- Fixed bug Show incorrect tokens on the balance screen in case an account with the type 'ed25519' is imported (#2518) +- Fixed bug not showing GENS token from Genshiro (#2540) + + ## 1.1.33 Build date: Jan 23, 2024. diff --git a/package.json b/package.json index e3ef6945f6..0399c80856 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Koniverse/Subwallet-V2.git" }, "sideEffects": false, - "version": "1.1.34-0", + "version": "1.1.34", "workspaces": [ "packages/*" ],