diff --git a/CHANGELOG.md b/CHANGELOG.md index 76c6ae2..9d56728 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.9.0] + +### Added + +- chore: add android cdp ([#46](https://github.com/MetaMask/client-mcp-core/pull/46)) + +### Fixed + +- fix: report mobile element geometry and viewport visibility ([#45](https://github.com/MetaMask/client-mcp-core/pull/45)) + ## [0.8.0] ### Added @@ -79,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - feat: initial release -[Unreleased]: https://github.com/MetaMask/client-mcp-core/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/client-mcp-core/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/MetaMask/client-mcp-core/compare/v0.5.0...v0.6.0 diff --git a/package.json b/package.json index acfcd8e..422c44c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/client-mcp-core", - "version": "0.8.0", + "version": "0.9.0", "description": "HTTP daemon and CLI for agent-driven browser extension testing with Playwright", "keywords": [ "playwright",