diff --git a/CHANGELOG.md b/CHANGELOG.md index cb08884..d0ab1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] +### Changed +- **BREAKING:** Update `InfuraJsonRpcSupportedNetwork` with supported networks ([#69](https://github.com/MetaMask/eth-json-rpc-infura/pull/69)) + - The following networks have been removed from this type because they are no longer supported by Infura: + - 'ropsten' + - 'rinkeby' + - 'kovan' + - 'eth2-beacon-mainnet' + - 'optimism-kovan' + - 'arbitrum-rinkeby' + ## [7.0.0] ### Added - Add logging ([#63](https://github.com/MetaMask/eth-json-rpc-infura/pull/63)) @@ -56,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `eth-rpc-errors@3.0.0` ([#28](https://github.com/MetaMask/eth-json-rpc-infura/pull/28)) - Use `eth-json-rpc-middleware@4.4.1` ([#15](https://github.com/MetaMask/eth-json-rpc-infura/pull/15)) -[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v7.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v7.0.0...v8.0.0 [7.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v6.0.0...v7.0.0 [6.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v5.1.0...v6.0.0 [5.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v5.0.0...v5.1.0 diff --git a/package.json b/package.json index cbf772e..00f1bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-infura", - "version": "7.0.0", + "version": "8.0.0", "description": "json-rpc-engine middleware for Infura's endpoints", "repository": { "type": "git",