diff --git a/CHANGELOG.md b/CHANGELOG.md index da7ce40..3aea70f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.0] + +### Changed + +- chore: MMConnect Configuration Improvements ([#91](https://github.com/MetaMask/test-dapp-multichain/pull/91)) +- chore: bump @metamask/connect-multichain to 0.2.0 ([#89](https://github.com/MetaMask/test-dapp-multichain/pull/89)) +- chore: change codeowner to @metamask/wallet-integrations ([#90](https://github.com/MetaMask/test-dapp-multichain/pull/90)) + ## [0.18.1] ### Fixed @@ -241,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix: other linting issues - Initial Commit of react app and module template -[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.1...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.19.0...HEAD +[0.19.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.1...v0.18.0 [0.17.1]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.17.0...v0.17.1 diff --git a/package.json b/package.json index 78097da..ebe775b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp-multichain", - "version": "0.18.1", + "version": "0.19.0", "description": "A test dapp for multichain api", "homepage": "https://metamask.github.io/test-dapp-multichain", "bugs": {