diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ac4efe..49c1d6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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] +## [9.4.0] +### Added +- Add malicious send calls ([#401](https://github.com/MetaMask/test-dapp/pull/401)) + ## [9.3.0] ### Added - feat: support version 2.0.0 of EIP-5792 ([#402](https://github.com/MetaMask/test-dapp/pull/402)) @@ -253,7 +257,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/v9.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...HEAD +[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.0 [9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.0 [9.2.0]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...v9.2.0 [9.1.0]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...v9.1.0 diff --git a/package.json b/package.json index bd883256..ac50d2a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "9.3.0", + "version": "9.4.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"