diff --git a/CHANGELOG.md b/CHANGELOG.md index cca0453..ee1d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.8] +### Uncategorized +- Remove 5203 and 5204 from provider_authorize ([#260](https://github.com/MetaMask/api-specs/pull/260)) + ## [0.10.7] ### Uncategorized - fix: remove unused multichain error codes ([#258](https://github.com/MetaMask/api-specs/pull/258)) @@ -230,7 +234,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.7...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.8...HEAD +[0.10.8]: https://github.com/MetaMask/api-specs/compare/v0.10.7...v0.10.8 [0.10.7]: https://github.com/MetaMask/api-specs/compare/v0.10.6...v0.10.7 [0.10.6]: https://github.com/MetaMask/api-specs/compare/v0.10.5...v0.10.6 [0.10.5]: https://github.com/MetaMask/api-specs/compare/v0.10.4...v0.10.5 diff --git a/package.json b/package.json index 5225874..c487d98 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.10.7" + "version": "0.10.8" }