diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1976e19..ec9d0a6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + +### Changed + +- **BREAKING** Update node min version to 18.x ([#247](https://github.com/MetaMask/keyring-api/pull/247)) +- Update `eth_patchUserOperation` to return optional gas limit values ([#250](https://github.com/MetaMask/keyring-api/pull/250)) +- Bump `ip` from 2.0.0 to 2.0.1 ([#253](https://github.com/MetaMask/keyring-api/pull/253)) +- Bump `@metamask/json-rpc-engine` from 7.3.1 to 7.3.2 ([#246](https://github.com/MetaMask/keyring-api/pull/246)) +- Bump `@metamask/snaps-sdk` from 1.3.2 to 1.4.0 ([#243](https://github.com/MetaMask/keyring-api/pull/243)) + ## [3.0.0] ### Changed @@ -207,7 +217,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/v3.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/MetaMask/keyring-api/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 0be362c2f..85a544219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "3.0.0", + "version": "4.0.0", "description": "MetaMask Keyring API", "keywords": [ "metamask",