diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e6ca4..c7a03ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.16] +### Changed +- Remove `sessionProperties`, switch `requiredScopes` to `optionalScopes`, and move methods to correct scopes in multichain spec examples ([#285](https://github.com/MetaMask/api-specs/pull/285)) +### Fixed +- Fix spec for doc rendering ([#282](https://github.com/MetaMask/api-specs/pull/282)) + ## [0.10.15] ### Uncategorized - Fix wallet_createSessionUnsupportedScopesExample results value [#281](https://github.com/MetaMask/api-specs/pull/281)) @@ -268,7 +274,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.10.15...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.16...HEAD +[0.10.16]: https://github.com/MetaMask/api-specs/compare/v0.10.15...v0.10.16 [0.10.15]: https://github.com/MetaMask/api-specs/compare/v0.10.14...v0.10.15 [0.10.14]: https://github.com/MetaMask/api-specs/compare/v0.10.13...v0.10.14 [0.10.13]: https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13 diff --git a/package.json b/package.json index 5502daa..1228777 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.10.15" + "version": "0.10.16" }