diff --git a/CHANGELOG.md b/CHANGELOG.md index de3e2630..85b678b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] +### Added +- Add method to remove all accounts given a snap ID ([#116](https://github.com/MetaMask/eth-snap-keyring/pull/116)). + +### Fixed +- Don't allow duplicate accounts to be added ([#115](https://github.com/MetaMask/eth-snap-keyring/pull/115)). +- Ignore event if account was already removed ([#101](https://github.com/MetaMask/eth-snap-keyring/pull/101)). + ## [0.2.2] ### Changed - Add `removeAccount` callback to constructor ([#96](https://github.com/MetaMask/eth-snap-keyring/pull/96)). @@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.3...HEAD +[0.2.3]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/MetaMask/eth-snap-keyring/compare/v0.1.4...v0.2.0 diff --git a/package.json b/package.json index 5947b485..9bdc0947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-snap-keyring", - "version": "0.2.2", + "version": "0.2.3", "description": "Snaps keyring bridge.", "repository": { "type": "git",