diff --git a/CHANGELOG.md b/CHANGELOG.md index adaae65f..8a6f13ee 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] +## [1.2.0] +### Added +- Sign the registry and publish signature alongside the registry ([#18](https://github.com/MetaMask/snaps-registry/pull/18)) + - This includes a function for checking the validity of the signature for a given public key + ## [1.1.1] ### Changed - Bump `@metamask/utils` to `5.0.0` ([#16](https://github.com/MetaMask/snaps-registry/pull/16)) @@ -18,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v1.2.0...HEAD +[1.2.0]: https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/MetaMask/snaps-registry/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/MetaMask/snaps-registry/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/MetaMask/snaps-registry/releases/tag/v1.0.0 diff --git a/package.json b/package.json index e0b8a310..23217887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "1.1.1", + "version": "1.2.0", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",