diff --git a/CHANGELOG.md b/CHANGELOG.md index b5da4b270..43053c7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.8.4] +### Uncategorized +- Use current block gas limit as the limit passed eth_estimateGas ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658)) +- Revert "Use current block gas limit as the limit passed eth_estimateGas (#11658)" ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658)) +- Use current block gas limit as the limit passed eth_estimateGas ([#11658](https://github.com/MetaMask/metamask-extension/pull/11658)) + ## [9.8.3] ### Fixed - [#11594](https://github.com/MetaMask/metamask-extension/pull/11594): Fixed ERC20 token maximum send @@ -2349,7 +2355,8 @@ 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/v9.8.3...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.8.4...HEAD +[9.8.4]: https://github.com/MetaMask/metamask-extension/compare/v9.8.3...v9.8.4 [9.8.3]: https://github.com/MetaMask/metamask-extension/compare/v9.8.2...v9.8.3 [9.8.2]: https://github.com/MetaMask/metamask-extension/compare/v9.8.1...v9.8.2 [9.8.1]: https://github.com/MetaMask/metamask-extension/compare/v9.8.0...v9.8.1 diff --git a/package.json b/package.json index 70ab3b396..814c445cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "9.8.3", + "version": "9.8.4", "private": true, "repository": { "type": "git",