diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9fe4b..6ff4ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -669,3 +669,8 @@ - Integrated rootstock chain in safle vault - Update BEVM controller version - Fixed validatePin function for tests + +### 2.9.1 (2024-09-23) + +-Integrated vault-evm-controller +-Resolved issue for unarchival of a wallet diff --git a/package-lock.json b/package-lock.json index 8d91468..11af544 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@getsafle/safle-vault", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 6be5a31..a70fe5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@getsafle/safle-vault", - "version": "2.9.0", + "version": "2.9.1", "description": "Safle Vault is a non-custodial, flexible and highly available crypto wallet which can be used to access dapps, send/receive crypto and store identity. Vault SDK is used to manage the vault and provide methods to generate vault, add new accounts, update the state and also enable the user to perform several vault related operations.", "main": "src/index.js", "scripts": {