From 56650b7e56d3dba54a79178474a6fde2066a8095 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Tue, 15 Jun 2021 18:59:27 +0000 Subject: [PATCH] Version v9.6.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0beaab857..09822d7d3 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] +## [9.6.1] +### Uncategorized +- [#11309](https://github.com/MetaMask/metamask-extension/pull/11309): patch breaking change in signTypeData param validation + ## [9.6.0] ### Added - [#10905](https://github.com/MetaMask/metamask-extension/pull/10905): Implemented basic switchEthereumChain feature @@ -2297,7 +2301,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.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.6.1...HEAD +[9.6.1]: https://github.com/MetaMask/metamask-extension/compare/v9.6.0...v9.6.1 [9.6.0]: https://github.com/MetaMask/metamask-extension/compare/v9.5.9...v9.6.0 [9.5.9]: https://github.com/MetaMask/metamask-extension/compare/v9.5.8...v9.5.9 [9.5.8]: https://github.com/MetaMask/metamask-extension/compare/v9.5.7...v9.5.8 diff --git a/package.json b/package.json index 6d51d1787..3a2c01b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "9.6.0", + "version": "9.6.1", "private": true, "repository": { "type": "git",