diff --git a/CHANGELOG.md b/CHANGELOG.md index 4039bea4..38ab00af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [22.1.0] + +### Changed + +- Adds a new `shouldAnnounceCaip294` flag to `initializeProvider` options (defaulted to true), so instead of the `providerInfo.rdns` value determining whether or not to announce the caip-294 target, the caller of `initializeProvider` can directly control this ([#419](https://github.com/MetaMask/providers/pull/419)) + ## [22.0.1] ### Fixed @@ -569,7 +575,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/v22.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v22.1.0...HEAD +[22.1.0]: https://github.com/MetaMask/providers/compare/v22.0.1...v22.1.0 [22.0.1]: https://github.com/MetaMask/providers/compare/v22.0.0...v22.0.1 [22.0.0]: https://github.com/MetaMask/providers/compare/v21.0.0...v22.0.0 [21.0.0]: https://github.com/MetaMask/providers/compare/v20.0.0...v21.0.0 diff --git a/package.json b/package.json index e828b6d0..1b47ca99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "22.0.1", + "version": "22.1.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",