diff --git a/CHANGELOG.md b/CHANGELOG.md index dccd0ccc9d5a..5c71fd90131d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.11.1] + +### Fixed + +- Fixes a crash when updating Flask (#38382) + ## [13.11.0] ### Added @@ -1328,7 +1334,8 @@ authorized by the user.` error until the user fully revoked dapp - This changelog was split off with 12.22.0 - All older changes can be found in [docs/CHANGELOG_older.md](https://github.com/MetaMask/metamask-extension/blob/main/docs/CHANGELOG_older.md) -[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v13.11.1...HEAD +[13.11.1]: https://github.com/MetaMask/metamask-extension/compare/v13.11.0...v13.11.1 [13.11.0]: https://github.com/MetaMask/metamask-extension/compare/v13.10.4...v13.11.0 [13.10.4]: https://github.com/MetaMask/metamask-extension/compare/v13.10.3...v13.10.4 [13.10.3]: https://github.com/MetaMask/metamask-extension/compare/v13.10.2...v13.10.3