diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9e054b..ab158d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [8.6.0] +### Added +- Add deeplinks for Send Eth, Send ERC20 and Approve ERC20 ([#313](https://github.com/MetaMask/test-dapp/pull/313)) +- Add get allowance support for ERC20 tokens ([#312](https://github.com/MetaMask/test-dapp/pull/312)) +### Fixed +- Fix network status field ([#306](https://github.com/MetaMask/test-dapp/pull/306)) +- Fix NFT contract address for Base network ([#315](https://github.com/MetaMask/test-dapp/pull/315)) + ## [8.5.0] ### Added - Add Base network support ([#2310](https://github.com/MetaMask/test-dapp/pull/310)) @@ -161,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118)) - Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93)) -[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.6.0...HEAD +[8.6.0]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...v8.6.0 [8.5.0]: https://github.com/MetaMask/test-dapp/compare/v8.4.0...v8.5.0 [8.4.0]: https://github.com/MetaMask/test-dapp/compare/v8.3.0...v8.4.0 [8.3.0]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...v8.3.0 diff --git a/package.json b/package.json index 92bd3b8d..11f801f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "8.5.0", + "version": "8.6.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"