From a0dd890f5b27ca79fd6feedc47c29556655b8825 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Nov 2021 15:28:32 +0000 Subject: [PATCH] 20.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b45f3ad6b..597cc44194 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] +## [20.1.0] +### Uncategorized +- Use user preferred ipfs gateway ([#637](https://github.com/MetaMask/controllers/pull/637)) +- Add new method `addCollectibleVerifyOwnership` ([#635](https://github.com/MetaMask/controllers/pull/635)) +- Add preference to enable/disable collectible detection ([#638](https://github.com/MetaMask/controllers/pull/638)) + ## [20.0.0] ### Removed - **BREAKING**: Remove polling start call in detection controllers' constructors ([#629](https://github.com/MetaMask/controllers/pull/629)) @@ -415,7 +421,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/v20.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v20.1.0...HEAD +[20.1.0]: https://github.com/MetaMask/controllers/compare/v20.0.0...v20.1.0 [20.0.0]: https://github.com/MetaMask/controllers/compare/v19.0.0...v20.0.0 [19.0.0]: https://github.com/MetaMask/controllers/compare/v18.0.0...v19.0.0 [18.0.0]: https://github.com/MetaMask/controllers/compare/v17.0.0...v18.0.0 diff --git a/package.json b/package.json index 74157708f7..ebf0719e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "20.0.0", + "version": "20.1.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask",