-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.0.0 * chore: update changelog * Update change entry to include "BREAKING" and list more details about change --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Michele Esposito <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
- Loading branch information
1 parent
4a3ac88
commit 9b6dc41
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 `[email protected]` ([#28](https://github.com/MetaMask/eth-json-rpc-infura/pull/28)) | ||
- Use `[email protected]` ([#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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters