diff --git a/CHANGELOG.md b/CHANGELOG.md index aac2a6694..918dc7196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.12.4] + ## [10.12.2] ### Fixed - Fix error where unlock failed after update to v10.12.0 @@ -2849,7 +2851,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/v10.12.2...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.12.4...HEAD +[10.12.4]: https://github.com/MetaMask/metamask-extension/compare/v10.12.2...v10.12.4 [10.12.2]: https://github.com/MetaMask/metamask-extension/compare/v10.12.1...v10.12.2 [10.12.1]: https://github.com/MetaMask/metamask-extension/compare/v10.12.0...v10.12.1 [10.12.0]: https://github.com/MetaMask/metamask-extension/compare/v10.11.4...v10.12.0 diff --git a/package.json b/package.json index a30a0d52e..3b774b736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.12.2", + "version": "10.12.4", "private": true, "repository": { "type": "git",