diff --git a/CHANGELOG.md b/CHANGELOG.md index d4eaba5..051c5ec 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.10.2] +### Uncategorized +- fix: provider_authorize scopes ([#242](https://github.com/MetaMask/api-specs/pull/242)) +- fix: change scope to scope string ([#240](https://github.com/MetaMask/api-specs/pull/240)) + ## [0.10.1] ### Uncategorized - fix: add caip-27 + fix strings in yaml for multichain ([#238](https://github.com/MetaMask/api-specs/pull/238)) @@ -200,7 +205,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.2...HEAD +[0.10.2]: https://github.com/MetaMask/api-specs/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/MetaMask/api-specs/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/MetaMask/api-specs/compare/v0.9.3...v0.10.0 [0.9.3]: https://github.com/MetaMask/api-specs/compare/v0.9.2...v0.9.3 diff --git a/package.json b/package.json index cf960b4..fd151b3 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.10.1" + "version": "0.10.2" }