diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b40f1..fa4e04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] +### Uncategorized +- Update eth-json-rpc and metamask packages ([#95](https://github.com/MetaMask/eth-json-rpc-infura/pull/95)) + ## [8.1.2] ### Uncategorized - Bump word-wrap from 1.2.3 to 1.2.4 ([#86](https://github.com/MetaMask/eth-json-rpc-infura/pull/86)) @@ -80,7 +84,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/v8.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.2...v9.0.0 [8.1.2]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.1...v8.1.2 [8.1.1]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.0...v8.1.1 [8.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.0.0...v8.1.0 diff --git a/package.json b/package.json index ec66a67..0930f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-infura", - "version": "8.1.2", + "version": "9.0.0", "description": "json-rpc-engine middleware for Infura's endpoints", "repository": { "type": "git",