diff --git a/CHANGELOG.md b/CHANGELOG.md index 412c11c1..7b947362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [21.0.0] + +### Changed + +- **BREAKING**: `initializeProvider()` no longer accepts the `jsonRpcStreamName` option param. ([#410](https://github.com/MetaMask/providers/pull/410)) + - This helper no longers instantiates a `jsonRpcStreamName` named substream from the `connectionStream` Duplex stream option param. + - Callers of `initializeProvider()` should now instantiate their own `metamask-provider` named substream and pass it in as the value for `connectionStream`. + ## [20.0.0] ### Changed @@ -549,7 +557,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/v20.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v21.0.0...HEAD +[21.0.0]: https://github.com/MetaMask/providers/compare/v20.0.0...v21.0.0 [20.0.0]: https://github.com/MetaMask/providers/compare/v19.0.0...v20.0.0 [19.0.0]: https://github.com/MetaMask/providers/compare/v18.3.1...v19.0.0 [18.3.1]: https://github.com/MetaMask/providers/compare/v18.3.0...v18.3.1 diff --git a/package.json b/package.json index e80a1007..47d8662a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "20.0.0", + "version": "21.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",