From 88b9d05351b49a968e7a45fe0d53aa7ef3aa3a14 Mon Sep 17 00:00:00 2001 From: Chloe Gao Date: Mon, 13 Nov 2023 20:01:21 +0100 Subject: [PATCH] v11.6.0 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dafcb799ea0..3c72a63b1f81 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] +## [11.6.0] + ## [11.5.1] ### Fixed - Fix bug that caused users to be stuck on the loading screen when opening MetaMask if their selected network had stopped working ([#21854](https://github.com/MetaMask/metamask-extension/pull/21854)) @@ -4175,8 +4177,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c ### Uncategorized - Added the ability to restore accounts from seed words. -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.5.0...HEAD -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.5.1...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.6.0...HEAD +[11.6.0]: https://github.com/MetaMask/metamask-extension/compare/v11.5.1...v11.6.0 [11.5.1]: https://github.com/MetaMask/metamask-extension/compare/v11.5.0...v11.5.1 [11.5.0]: https://github.com/MetaMask/metamask-extension/compare/v11.4.1...v11.5.0 [11.4.1]: https://github.com/MetaMask/metamask-extension/compare/v11.4.0...v11.4.1 diff --git a/package.json b/package.json index e5010dc0d553..3081ac630005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "11.5.1", + "version": "11.6.0", "private": true, "repository": { "type": "git",