diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a7bde6..65e70c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.0.1] +### Uncategorized +- Prefer cached `encryptionKey` for encryption when possible ([#307](https://github.com/MetaMask/KeyringController/pull/307)) +- Bump @metamask/obs-store from 8.1.0 to 9.0.0 ([#306](https://github.com/MetaMask/KeyringController/pull/306)) +- Bump @metamask/eth-sig-util from 7.0.0 to 7.0.1 ([#302](https://github.com/MetaMask/KeyringController/pull/302)) + ## [15.0.0] ### Changed - **BREAKING** Removed `encryptor` class variable ([#293](https://github.com/MetaMask/KeyringController/pull/293)) @@ -176,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Validate user imported seedphrase across all bip39 wordlists ([#77](https://github.com/MetaMask/KeyringController/pull/77)) -[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/KeyringController/compare/v15.0.1...HEAD +[15.0.1]: https://github.com/MetaMask/KeyringController/compare/v15.0.0...v15.0.1 [15.0.0]: https://github.com/MetaMask/KeyringController/compare/v14.0.1...v15.0.0 [14.0.1]: https://github.com/MetaMask/KeyringController/compare/v14.0.0...v14.0.1 [14.0.0]: https://github.com/MetaMask/KeyringController/compare/v13.0.1...v14.0.0 diff --git a/package.json b/package.json index 832b7dca..24eb871c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-keyring-controller", - "version": "15.0.0", + "version": "15.0.1", "description": "A module for managing various keyrings of Ethereum accounts, encrypting them, and using them", "keywords": [ "ethereum",