Skip to content
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.62.2]

### Fixed

- fix: cherry-pick 429 rate limiting fix with coin naming convention (#25443)
- fix(perps): potential rate limit on close positions (#25456)

## [7.62.1]

### Fixed
Expand Down Expand Up @@ -9910,7 +9917,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.62.1...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.62.2...HEAD
[7.62.2]: https://github.com/MetaMask/metamask-mobile/compare/v7.62.1...v7.62.2
[7.62.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.62.0...v7.62.1
[7.62.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.61.6...v7.62.0
[7.61.6]: https://github.com/MetaMask/metamask-mobile/compare/v7.61.5...v7.61.6
Expand Down
Loading