diff --git a/CHANGELOG.md b/CHANGELOG.md index 773532455..7a7a6950e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.5.9] +### Added +- Re-added "Add Ledger Live Support" ([#10293](https://github.com/MetaMask/metamask-extension/pull/10293)), which was reverted in the previous version + +### Fixed +- [#11225](https://github.com/MetaMask/metamask-extension/pull/11225) - Fix persistent display of chrome ledger What's New popup message + ## [9.5.8] ### Added - Re-added "Add Ledger Live Support" ([#10293](https://github.com/MetaMask/metamask-extension/pull/10293)), which was reverted in the previous version @@ -2260,7 +2267,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/v9.5.8...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.9...HEAD +[9.5.9]: https://github.com/MetaMask/metamask-extension/compare/v9.5.8...v9.5.9 [9.5.8]: https://github.com/MetaMask/metamask-extension/compare/v9.5.7...v9.5.8 [9.5.7]: https://github.com/MetaMask/metamask-extension/compare/v9.5.6...v9.5.7 [9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6 diff --git a/package.json b/package.json index f20c3ad7f..7e6d8c79a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "9.5.8", + "version": "9.5.9", "private": true, "repository": { "type": "git",