Skip to content

Commit

Permalink
chore: Master sync (MetaMask#25040)
Browse files Browse the repository at this point in the history
Its a master sync PR to update the change log and package version
against develop

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25040?quickstart=1)

---------

Co-authored-by: Marina Boboc <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
Co-authored-by: Kanthesha Devaramane <[email protected]>
Co-authored-by: MetaMask Bot <[email protected]>
Co-authored-by: Dan J Miller <[email protected]>
Co-authored-by: Derek Brans <[email protected]>
Co-authored-by: David Walsh <[email protected]>
Co-authored-by: Daniel <[email protected]>
Co-authored-by: Matteo Scurati <[email protected]>
Co-authored-by: Victor Thomas <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
Co-authored-by: OGPoyraz <[email protected]>
Co-authored-by: legobeat <[email protected]>
Co-authored-by: Jony Bursztyn <[email protected]>
Co-authored-by: Michele Esposito <[email protected]>
Co-authored-by: salimtb <[email protected]>
Co-authored-by: seaona <[email protected]>
Co-authored-by: Ariella Vu <[email protected]>
Co-authored-by: Jyoti Puri <[email protected]>
Co-authored-by: NidhiKJha <[email protected]>
Co-authored-by: Sébastien Van Eyck <[email protected]>
Co-authored-by: chloeYue <[email protected]>
Co-authored-by: Danica Shen <[email protected]>
Co-authored-by: Erik Marks <[email protected]>
Co-authored-by: David Murdoch <[email protected]>
Co-authored-by: jiexi <[email protected]>
Co-authored-by: Gauthier Petetin <[email protected]>
  • Loading branch information
1 parent af8ef25 commit b4aeb95
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
33 changes: 31 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.16.7]
### Fixed
- Fix bug that breaks dapps that expect users to switch chains manually([#25046]https://github.com/MetaMask/metamask-extension/pull/25046)

## [11.16.6]
### Added
- Add a Basic Functionality Toggle to settings, enabling users to opt-out of some features that send network requests to external services ([#23456](https://github.com/MetaMask/metamask-extension/pull/23456))

### Changed
- Update MetaMask Chrome builds to Manifest V3 ([#24746](https://github.com/MetaMask/metamask-extension/pull/24746))

### Fixed
- Ensure network requests are not made during onboarding
- ([#24890](https://github.com/MetaMask/metamask-extension/pull/24890))
- ([#24891](https://github.com/MetaMask/metamask-extension/pull/24891))
- ([#24887](https://github.com/MetaMask/metamask-extension/pull/24887))

## [11.16.5]
### Changed
- Re-enable the opt-in modal (2df1eb566b)

## [11.16.4]
### Changed
- Temporarily disable the opt-in modal ([#25007](https://github.com/MetaMask/metamask-extension/pull/25007))

## [11.16.3]
### Changed
- Update Trezor logo ([#24343]https://github.com/MetaMask/metamask-extension/pull/24343)
- Update Trezor logo ([#24343](https://github.com/MetaMask/metamask-extension/pull/24343))

## [11.16.2]
### Fixed
Expand Down Expand Up @@ -4760,7 +4785,11 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
- Added the ability to restore accounts from seed words.


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.3...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.7...HEAD
[11.16.7]: https://github.com/MetaMask/metamask-extension/compare/v11.16.6...v11.16.7
[11.16.6]: https://github.com/MetaMask/metamask-extension/compare/v11.16.5...v11.16.6
[11.16.5]: https://github.com/MetaMask/metamask-extension/compare/v11.16.4...v11.16.5
[11.16.4]: https://github.com/MetaMask/metamask-extension/compare/v11.16.3...v11.16.4
[11.16.3]: https://github.com/MetaMask/metamask-extension/compare/v11.16.2...v11.16.3
[11.16.2]: https://github.com/MetaMask/metamask-extension/compare/v11.16.1...v11.16.2
[11.16.1]: https://github.com/MetaMask/metamask-extension/compare/v11.16.0...v11.16.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "11.16.3",
"version": "11.16.7",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit b4aeb95

Please sign in to comment.