diff --git a/CHANGELOG.md b/CHANGELOG.md index ff018c396..05ca52093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.30.4] +### Fixed +- Fix error upon submitting multiple requests that require approval ([#19050](https://github.com/MetaMask/metamask-extension/pull/19050)) + - The affected requests were `eth_sendTransaction`, `wallet_watchAsset`, `eth_getEncryptionPublicKey`, and `eth_decrypt` + +## [10.30.3] +### Fixed +- Restore support for chains that return hex or number responses to `net_version` ([#19156](https://github.com/MetaMask/metamask-extension/pull/19156)) + +## [10.30.2] +### Changed +- Improve `eth_signTypedData_v4` validation ([#19110](https://github.com/MetaMask/metamask-extension/pull/19110)) + +### Fixed +- Fix crash when confirming an approval where the `maxPriorityFeePerGas` is zero ([#19102](https://github.com/MetaMask/metamask-extension/pull/19102)) + ## [10.30.1] ### Fixed - Disable Flask RPC test to fix failing build ([#19011](https://github.com/MetaMask/metamask-extension/pull/19011)) @@ -3711,7 +3727,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.30.1...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.30.4...HEAD +[10.30.4]: https://github.com/MetaMask/metamask-extension/compare/v10.30.3...v10.30.4 +[10.30.3]: https://github.com/MetaMask/metamask-extension/compare/v10.30.2...v10.30.3 +[10.30.2]: https://github.com/MetaMask/metamask-extension/compare/v10.30.1...v10.30.2 [10.30.1]: https://github.com/MetaMask/metamask-extension/compare/v10.30.0...v10.30.1 [10.30.0]: https://github.com/MetaMask/metamask-extension/compare/v10.29.0...v10.30.0 [10.29.0]: https://github.com/MetaMask/metamask-extension/compare/v10.28.3...v10.29.0 diff --git a/package.json b/package.json index d6ad44477..0321b5364 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.30.1", + "version": "10.30.4", "private": true, "repository": { "type": "git",