Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
### Uncategorized
- build(deps): bump the npm_and_yarn group across 1 directory with 5 updates ([#235](https://github.com/MetaMask/api-specs/pull/235))
- Update multichain `Scope` properties ([#295](https://github.com/MetaMask/api-specs/pull/295))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 12 can be moved into Changed i think


### 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))

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down