diff --git a/CHANGELOG.md b/CHANGELOG.md index 0250af9..84518f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.4] +### Uncategorized +- update wallet_scanQRCode and eth_decrypt ([#247](https://github.com/MetaMask/api-specs/pull/247)) + ## [0.10.3] ### Uncategorized - Format wallet_getPermission properly ([#232](https://github.com/MetaMask/api-specs/pull/232)) @@ -211,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69)) -[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.3...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.4...HEAD +[0.10.4]: https://github.com/MetaMask/api-specs/compare/v0.10.3...v0.10.4 [0.10.3]: https://github.com/MetaMask/api-specs/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/MetaMask/api-specs/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/MetaMask/api-specs/compare/v0.10.0...v0.10.1 diff --git a/package.json b/package.json index 820c627..a50df46 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.10.3" + "version": "0.10.4" }