diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed8b6704..8ba155627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.5.6] +### Added +- [#10293](https://github.com/MetaMask/metamask-extension/pull/10293): Add Ledger Live Support + ## [9.5.5] ### Fixed - [#11159](https://github.com/MetaMask/metamask-extension/pull/11159): Fixes crash after entering invalid data in to the Hex Data field when sending a transaction @@ -2245,7 +2249,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.5...HEAD +[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.6...HEAD +[9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6 [9.5.5]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...v9.5.5 [9.5.4]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.5.4 [9.5.3]: https://github.com/MetaMask/metamask-extension/compare/v9.5.2...v9.5.3 diff --git a/package.json b/package.json index 5d16ea1bb..a0ddd01c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metamask-crx", - "version": "9.5.5", + "version": "9.5.6", "private": true, "repository": { "type": "git",