diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376ac2..2af8091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.15.0] +### Changed +- build(deps): Bump `node-fetch` to `2.6.7`, `ansi-regex` to `3.0.1`, `braces` to `3.0.3`, `semver` to `5.7.2`, `ws` to `7.5.10`([#235](https://github.com/MetaMask/api-specs/pull/235)) +- Update multichain `Scope` properties ([#295](https://github.com/MetaMask/api-specs/pull/295)) + ### Added - Add ERC-7715 execution permission methods: `wallet_requestExecutionPermissions`, `wallet_getGrantedExecutionPermissions`, and `wallet_getSupportedExecutionPermissions`, along with the `ExecutionPermission`, `ExecutionPermissionRule`, `ExecutionPermissionRequest`, and `ExecutionPermissionResponse` schemas ([#311](https://github.com/MetaMask/api-specs/pull/311)) @@ -299,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69)) -[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.14.0...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/MetaMask/api-specs/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/MetaMask/api-specs/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0 diff --git a/package.json b/package.json index 864d969..693e951 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.14.0", + "version": "0.15.0", "engines": { "node": "^18.20 || ^20.17 || >=22" }