diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb08cd..7b89e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.38.0] + ### Added - Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#246](https://github.com/MetaMask/core/pull/246)) @@ -303,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Restrict provider access to PPOM ([#7](https://github.com/MetaMask/ppom-validator/pull/7)) - Integrate with ppom npm module ([#8](https://github.com/MetaMask/ppom-validator/pull/8)) -[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.37.0...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.38.0...HEAD +[0.38.0]: https://github.com/MetaMask/ppom-validator/compare/v0.37.0...v0.38.0 [0.37.0]: https://github.com/MetaMask/ppom-validator/compare/v0.36.0...v0.37.0 [0.36.0]: https://github.com/MetaMask/ppom-validator/compare/v0.35.1...v0.36.0 [0.35.1]: https://github.com/MetaMask/ppom-validator/compare/v0.35.0...v0.35.1 diff --git a/package.json b/package.json index aa3e781..d997c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.37.0", + "version": "0.38.0", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": {