From 252e01619cddecd68c45085bf9a300d38c7af669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:30:47 +0200 Subject: [PATCH] 8.0.0 (#344) * 8.0.0 * chore: update CHANGELOG --------- Co-authored-by: github-actions Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6b4d48..6a28c186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] + +### Changed + +- **BREAKING:** Revert "feat: allow multiple address per account (#315)" ([#342](https://github.com/MetaMask/keyring-api/pull/342)). + ## [7.0.0] ### Added - Add `getAccountBalances` to `KeyringClient` ([#340](https://github.com/MetaMask/keyring-api/pull/340)). -- Allow multiple address per account ([#315](https://github.com/MetaMask/keyring-api/pull/315)). +- **BREAKING:** Allow multiple address per account ([#315](https://github.com/MetaMask/keyring-api/pull/315)). ### Changed @@ -355,7 +361,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap. - Helper functions to create keyring handler in the snap. -[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0 [7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0 [6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0 [6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1 diff --git a/package.json b/package.json index d5bb478e..87bf6e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "7.0.0", + "version": "8.0.0", "description": "MetaMask Keyring API", "keywords": [ "metamask",