diff --git a/CHANGELOG.md b/CHANGELOG.md index db6d61a1..82b40625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Added +- Add warning for callers of `wallet_watchAsset` with ERC721 and ERC1155 token types, that support is currently considered experimental ([#264](https://github.com/MetaMask/providers/pull/264)) + ## [11.0.0] ### Changed - **BREAKING**: Minimum Node.js version 16 ([#254](https://github.com/MetaMask/providers/pull/254)) @@ -220,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30)) - Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29)) -[Unreleased]: https://github.com/MetaMask/providers/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/providers/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/MetaMask/providers/compare/v10.2.1...v11.0.0 [10.2.1]: https://github.com/MetaMask/providers/compare/v10.2.0...v10.2.1 [10.2.0]: https://github.com/MetaMask/providers/compare/v10.1.0...v10.2.0 diff --git a/package.json b/package.json index 263eba1c..8473511d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "11.0.0", + "version": "11.1.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "keywords": [ "MetaMask",