From 45fedc392432d44d1df8df7b079d2cb7ef7ee1eb Mon Sep 17 00:00:00 2001 From: metamaskbot Date: Fri, 28 Nov 2025 10:55:54 +0000 Subject: [PATCH 1/2] update changelog for 13.11.1 (hotfix - no test plan) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccd0ccc9d5a..2a7fb2f933c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.11.1] + ## [13.11.0] ### Added @@ -1328,7 +1330,8 @@ authorized by the user.` error until the user fully revoked dapp - This changelog was split off with 12.22.0 - All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md) -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.1...HEAD +[13.11.1]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...v13.11.1 [13.11.0]: https://github.com/MetaMask/metamask-extension/compare/v13.10.4...v13.11.0 [13.10.4]: https://github.com/MetaMask/metamask-extension/compare/v13.10.3...v13.10.4 [13.10.3]: https://github.com/MetaMask/metamask-extension/compare/v13.10.2...v13.10.3 From 2167881f96fea975083ae034c470265a854ab363 Mon Sep 17 00:00:00 2001 From: Gauthier Petetin Date: Fri, 28 Nov 2025 12:01:57 +0100 Subject: [PATCH 2/2] docs(changelog): add changelog entry for 38382 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7fb2f933c0..5c71fd90131d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.11.1] +### Fixed + +- Fixes a crash when updating Flask (#38382) + ## [13.11.0] ### Added