diff --git a/CHANGELOG.md b/CHANGELOG.md index ff858ecd63..67115a483d 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] +## [16.0.0] +### Changed +- Enable HTTP caching for the dynamic token list managed by the TokenListController ([#594](https://github.com/MetaMask/controllers/pull/594)) + +### Removed +- **BREAKING**: Remove `syncTokens` method from the TokenListController ([#590](https://github.com/MetaMask/controllers/pull/590)) + +### Fixed +- Fix bug that allowed `getGasFeeEstimatesAndStartPolling` to initiate multiple simultaneous fetch requests ([#586](https://github.com/MetaMask/controllers/pull/586)) +- Fix bug that cause an invalid tokenList to be in controller state when active network is not supported by our tokenList API ([#588](https://github.com/MetaMask/controllers/pull/588)) + ## [15.1.0] ### Changed - Improve transaction state management ([#582](https://github.com/MetaMask/controllers/pull/582)) @@ -369,7 +380,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/v15.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v16.0.0...HEAD +[16.0.0]: https://github.com/MetaMask/controllers/compare/v15.1.0...v16.0.0 [15.1.0]: https://github.com/MetaMask/controllers/compare/v15.0.2...v15.1.0 [15.0.2]: https://github.com/MetaMask/controllers/compare/v15.0.1...v15.0.2 [15.0.1]: https://github.com/MetaMask/controllers/compare/v15.0.0...v15.0.1 diff --git a/package.json b/package.json index 2974b5d4f0..ab67e4fd8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "15.1.0", + "version": "16.0.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask",