diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2eaab..ccee932 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] +## [0.10.0] + +### Added + +- feat: add tron scope types ([#83](https://github.com/MetaMask/multichain-api-client/pull/83)) + +### Fixed + +- fix: warmup timeout ([#87](https://github.com/MetaMask/multichain-api-client/pull/87)) + ## [0.9.0] ### Added @@ -114,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.0 diff --git a/package.json b/package.json index 6055c0c..b4a416c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-client", - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "description": "MetaMask Multichain Api Client", "homepage": "https://github.com/MetaMask/multichain-api-client#readme",