diff --git a/CHANGELOG.md b/CHANGELOG.md index 28483fc..09ced9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.0] + +### Added + +- feat: Add MM Connect integration (mobile only) ([#83](https://github.com/MetaMask/test-dapp-multichain/pull/83)) +- feat: Adds Bitcoin to the list of networks ([#82](https://github.com/MetaMask/test-dapp-multichain/pull/82)) + ## [0.17.1] ### Changed @@ -227,7 +234,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.17.1...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.18.0...HEAD +[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 [0.17.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/MetaMask/test-dapp-multichain/compare/v0.15.0...v0.16.0 diff --git a/package.json b/package.json index 07516b2..5a2f4d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp-multichain", - "version": "0.17.1", + "version": "0.18.0", "description": "A test dapp for multichain api", "homepage": "https://metamask.github.io/test-dapp-multichain", "bugs": {