Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.68.2]

### Fixed

- Fixed a bug that permanently locked some seedless onboarding users out of their wallets after a background token refresh (#27382)

## [7.68.1]

### Added

- Add support for additional icon colors in Snaps `Icon` component (#27335)

## [7.68.0]

### Added
Expand Down Expand Up @@ -10848,7 +10860,9 @@ 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.68.0...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.68.2...HEAD
[7.68.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.68.1...v7.68.2
[7.68.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.68.0...v7.68.1
[7.68.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.67.3...v7.68.0
[7.67.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.67.0...v7.67.3
[7.67.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.66.1...v7.67.0
Expand Down
Loading