diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6eaabe0..95c6dbee3 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] +## [10.6.4] +### Changed +- [#12752](https://github.com/MetaMask/metamask-extension/pull/12752): Update link, in the add network flow, to the article with information about network security risks + ## [10.6.3] ### Fixed - [##12822](https://github.com/MetaMask/metamask-extension/pull/#12822): Fix `replaceChildren` and `function.prototype.apply` errors that could make the app unusable on older browsers due to a bug in our logo component. @@ -2609,7 +2613,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.6.3...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.6.4...HEAD +[10.6.4]: https://github.com/MetaMask/metamask-extension/compare/v10.6.3...v10.6.4 [10.6.3]: https://github.com/MetaMask/metamask-extension/compare/v10.6.2...v10.6.3 [10.6.2]: https://github.com/MetaMask/metamask-extension/compare/v10.6.1...v10.6.2 [10.6.1]: https://github.com/MetaMask/metamask-extension/compare/v10.6.0...v10.6.1 diff --git a/package.json b/package.json index 3db83b990..80af3249a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "10.6.3", + "version": "10.6.4", "private": true, "repository": { "type": "git", diff --git a/test/e2e/webdriver/driver.js b/test/e2e/webdriver/driver.js index 501feeaef..0b6cfef4d 100644 --- a/test/e2e/webdriver/driver.js +++ b/test/e2e/webdriver/driver.js @@ -351,6 +351,8 @@ class Driver { const ignoredErrorMessages = [ // Third-party Favicon 404s show up as errors 'favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)', + // Sentry rate limiting + 'Failed to load resource: the server responded with a status of 429', ]; const browserLogs = await this.driver.manage().logs().get('browser'); const errorEntries = browserLogs.filter( diff --git a/ui/pages/confirmation/templates/add-ethereum-chain.js b/ui/pages/confirmation/templates/add-ethereum-chain.js index a9c85c53d..a56565692 100644 --- a/ui/pages/confirmation/templates/add-ethereum-chain.js +++ b/ui/pages/confirmation/templates/add-ethereum-chain.js @@ -153,7 +153,7 @@ function getValues(pendingApproval, t, actions) { key: 'addEthereumChainConfirmationRisksLearnMoreLink', props: { href: - 'https://metamask.zendesk.com/hc/en-us/articles/360056196151', + 'https://metamask.zendesk.com/hc/en-us/articles/4404424659995', target: '__blank', }, },