diff --git a/CHANGELOG.md b/CHANGELOG.md index 3271b914de1..45f31d21766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [27.1.0] +### Added +- Now the `KeyringController` supports the `QRKeyring` from `@keystonehq/metamask-airgapped-keyring`. Developers can enable the import of accounts from a QR hardware wallet. A new optional parameter, `setAccountLabel` from the `PreferencesController`, should be passed to the `KeyringController` to enable this new functionality. ([#685](https://github.com/MetaMask/controllers/pull/685)) + +### Changed +- Bump `eth-phishing-detect` version from 1.1.14 to 1.1.16 ([#742](https://github.com/MetaMask/controllers/pull/742)) +- Bump `@metamask/contract-metadata` from 1.31.0 to 1.33.0 ([#730](https://github.com/MetaMask/controllers/pull/730)) + +### Fixed +- Improve error message when attempting to import an invalid private key ([#739](https://github.com/MetaMask/controllers/pull/739)) + ## [27.0.0] ### Changed - **BREAKING:** Further reduce load on Infura by removing non-critical data from the fallback implementation of the Gas API ([#712](https://github.com/MetaMask/controllers/pull/712)) @@ -522,7 +533,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove shapeshift controller (#209) -[Unreleased]: https://github.com/MetaMask/controllers/compare/v27.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v27.1.0...HEAD +[27.1.0]: https://github.com/MetaMask/controllers/compare/v27.0.0...v27.1.0 [27.0.0]: https://github.com/MetaMask/controllers/compare/v26.0.0...v27.0.0 [26.0.0]: https://github.com/MetaMask/controllers/compare/v25.1.0...v26.0.0 [25.1.0]: https://github.com/MetaMask/controllers/compare/v25.0.0...v25.1.0 diff --git a/package.json b/package.json index 059084ba334..0e8b4981ddf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "27.0.0", + "version": "27.1.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask",