diff --git a/CHANGELOG.md b/CHANGELOG.md index 6541fae9..020551aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0] + +### Added + +- Restore deprecated properties, networkChanged event, and offline send() net_version support ([#312](https://github.com/MetaMask/providers/pull/312)) +- Bump MetaMask dependencies ([#310](https://github.com/MetaMask/providers/pull/310)) +- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([#309](https://github.com/MetaMask/providers/pull/309)) +- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#311](https://github.com/MetaMask/providers/pull/311)) +- Bump tar from 6.1.13 to 6.2.1 ([#314](https://github.com/MetaMask/providers/pull/314)) + ## [16.0.0] ### Removed @@ -382,7 +392,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/v16.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v17.0.0...HEAD +[17.0.0]: https://github.com/MetaMask/providers/compare/v16.0.0...v17.0.0 [16.0.0]: https://github.com/MetaMask/providers/compare/v15.0.0...v16.0.0 [15.0.0]: https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0 [14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2 diff --git a/package.json b/package.json index 63d65138..ee480872 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "16.0.0", + "version": "17.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask",