diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5ee311..8f810272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.2.0] + +### Changed + +- Bump @metamask/utils from 9.1.0 to 9.2.1 ([#357](https://github.com/MetaMask/providers/pull/357)) +- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#359](https://github.com/MetaMask/providers/pull/359)) + +### Removed + +- Remove deprecation console warnings when accessing `window.ethereum.chainId`, `window.ethereum.networkVersion`, and `window.ethereum.selectedAddress` ([#360](https://github.com/MetaMask/providers/pull/360)) + ## [17.1.2] ### Added @@ -448,7 +459,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/v17.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.0...HEAD +[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0 [17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2 [17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1 [17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0 diff --git a/package.json b/package.json index 1fb76fda..6659d6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "17.1.2", + "version": "17.2.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",