diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a5840..460a9c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased] +## [2.1.1] - 2024-06-18 + +### Fixed +- `@rarimo/rarime-connector` - request params + +[Unreleased] + ## [2.1.0] - 2024-04-08 ### Added @@ -194,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Implemented `@rarimo/rarime-connector` and `@rarimo/rarime` packages -[Unreleased]: https://github.com/rarimo/rarime/compare/2.1.0...HEAD +[Unreleased]: https://github.com/rarimo/rarime/compare/2.1.1...HEAD +[2.1.1]: https://github.com/rarimo/rarime/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/rarimo/rarime/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/rarimo/rarime/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/rarimo/rarime/compare/2.0.1...2.0.2 diff --git a/packages/connector/package.json b/packages/connector/package.json index 0036a7d..cb95b80 100644 --- a/packages/connector/package.json +++ b/packages/connector/package.json @@ -1,6 +1,6 @@ { "name": "@rarimo/rarime-connector", - "version": "2.1.0", + "version": "2.1.1", "description": "Facilitates interaction between a DApp and RariMe MetaMask snap", "repository": { "type": "git", diff --git a/packages/connector/src/version.json b/packages/connector/src/version.json index 87032da..23a340e 100644 --- a/packages/connector/src/version.json +++ b/packages/connector/src/version.json @@ -1,3 +1,3 @@ { - "version": "2.1.0" + "version": "2.1.1" } diff --git a/packages/snap/package.json b/packages/snap/package.json index 2853f9a..1455c4a 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@rarimo/rarime", - "version": "2.1.0", + "version": "2.1.1", "description": "RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 35555a4..06471c2 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "2.1.0", + "version": "2.1.1", "description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.", "proposedName": "RariMe", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/rarimo/rarime.git" }, "source": { - "shasum": "IieA7p64s1pbKOYz5n6vE1SrU+kba6luaMREjt6bkLI=", + "shasum": "8qJxnKDj9B1mL6nCqd3GcwaCpG4lPgfeOGaBKJk0Zpw=", "location": { "npm": { "filePath": "dist/bundle.js",