diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e2b20..54d39ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.34.0] +### Changed +- fix: update berachain `chainid` ([#205](https://github.com/MetaMask/ppom-validator/pull/205)) +- feat: add support for multichain in PPOM Controller ([#204](https://github.com/MetaMask/ppom-validator/pull/204)) + ## [0.33.0] ### Added - Add and export types `PPOMControllerGetStateAction`, `PPOMControllerStateChangeEvent`, `PPOMControllerEvents` ([#193](https://github.com/MetaMask/ppom-validator/pull/193)) @@ -183,7 +188,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.33.0...HEAD +[Unreleased]: https://github.com/MetaMask/ppom-validator/compare/v0.34.0...HEAD +[0.34.0]: https://github.com/MetaMask/ppom-validator/compare/v0.33.0...v0.34.0 [0.33.0]: https://github.com/MetaMask/ppom-validator/compare/v0.32.0...v0.33.0 [0.32.0]: https://github.com/MetaMask/ppom-validator/compare/v0.31.0...v0.32.0 [0.31.0]: https://github.com/MetaMask/ppom-validator/compare/v0.30.0...v0.31.0 diff --git a/package.json b/package.json index 4981ffb..42b0611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ppom-validator", - "version": "0.33.0", + "version": "0.34.0", "description": "This module has code to integrate Blockaid PPOM with MetaMask", "homepage": "https://github.com/MetaMask/ppom-validator#readme", "bugs": {