From 204aab38e7b6be3234c6df3f8500abc16ab97762 Mon Sep 17 00:00:00 2001 From: metamaskbot Date: Fri, 6 Feb 2026 19:02:09 +0000 Subject: [PATCH 1/2] update changelog for 7.64.1 (hotfix - no test plan) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77753d112e3..04740d30b86 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] +## [7.64.1] + ## [7.64.0] ### Added @@ -155,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fix: Android ANR bug (#25596) - fix(analytics): cp-7.63.1 correct capitalization in Deep link event name (#25599) -- feat(perps): sdk reconnect on native socket event (#25022) (#25573) +- feat(perps): sdk reconnect on native socket event (#25022, #25573) ## [7.63.0] @@ -10352,7 +10354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957) - [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954) -[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.1...HEAD +[7.64.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.64.0...v7.64.1 [7.64.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.63.1...v7.64.0 [7.63.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.63.0...v7.63.1 [7.63.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.62.2...v7.63.0 From f25832525e5c0fb5676fcaa12f8db17ac3e59e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= <175489935+joaoloureirop@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:45:29 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 276f8ba77ec..6a47a4adbf4 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 ## [7.64.1] +### Fixed + + - fix: check chainRanking against ALLOWED_BRIDGE_CHAIN_IDS (#25808) + ## [7.64.0] ### Added