Skip to content

Commit 74c7e21

Browse files
8.1.0 (MetaMask#170)
1 parent 46d8e17 commit 74c7e21

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [8.1.0]
10+
### Changed
11+
- Allow deserializing vaults with unrecognized keyrings ([#169](https://github.com/MetaMask/KeyringController/pull/169))
12+
- When deserializing a vault with an unrecognized keyring, the controller will no longer crash. The unrecognized keyring vault data will be preserved in the vault for future use, but will otherwise be ignored.
13+
914
## [8.0.1]
1015
### Fixed
1116
- Restore full state return value ([#161](https://github.com/MetaMask/KeyringController/pull/161))
@@ -58,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5863
- Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77))
5964

6065

61-
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v8.0.1...HEAD
66+
[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v8.1.0...HEAD
67+
[8.1.0]: https://github.com/MetaMask/KeyringController/compare/v8.0.1...v8.1.0
6268
[8.0.1]: https://github.com/MetaMask/KeyringController/compare/v8.0.0...v8.0.1
6369
[8.0.0]: https://github.com/MetaMask/KeyringController/compare/v7.0.2...v8.0.0
6470
[7.0.2]: https://github.com/MetaMask/KeyringController/compare/v7.0.1...v7.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-keyring-controller",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)