diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b66924..f1e5e58 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] +## [6.0.2] +### Changed +- Bump `@metamask/utils` from `^8.1.0` to `^9.0.0` ([#177](https://github.com/MetaMask/eth-simple-keyring/pull/177)) + ## [6.0.1] ### Fixed - Treat `undefined` and `null` as empty array in deserialize function ([#163](https://github.com/MetaMask/eth-simple-keyring/pull/163)) @@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72)) - Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`. -[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.2...HEAD +[6.0.2]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/MetaMask/eth-simple-keyring/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.1...v6.0.0 [5.1.1]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...v5.1.1 diff --git a/package.json b/package.json index 9a50237..b7b0d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-simple-keyring", - "version": "6.0.1", + "version": "6.0.2", "description": "A simple standard interface for a series of Ethereum private keys.", "keywords": [ "ethereum",