From 919cc9396621e2ae64c4475183d7f73bd73c1f34 Mon Sep 17 00:00:00 2001 From: David Overton Date: Tue, 26 Mar 2024 11:34:58 +1100 Subject: [PATCH] Add mongodb v0.0.2 --- registry/mongodb/metadata.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/registry/mongodb/metadata.json b/registry/mongodb/metadata.json index 82df3964..c613c922 100644 --- a/registry/mongodb/metadata.json +++ b/registry/mongodb/metadata.json @@ -5,7 +5,7 @@ "title": "MongoDB Connector", "logo": "logo.png", "tags": ["MongoDB"], - "latest_version": "v0.0.1" + "latest_version": "v0.0.2" }, "author": { "support_email": "support@hasura.io", @@ -15,6 +15,17 @@ "is_verified": true, "is_hosted_by_hasura": false, "packages": [ + { + "version": "0.0.2", + "uri": "https://github.com/hasura/ndc-mongodb/releases/download/v0.0.2/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "f014459e9dbcce8bafe1c33c74b1fa1720d544bc283cc819c81d719028219846" + }, + "source": { + "hash": "90c336c4d1d949d62dd25b04742e650fb6d458e0" + } + }, { "version": "0.0.1", "uri": "https://github.com/hasura/ndc-mongodb/releases/download/v0.0.1/connector-definition.tgz", @@ -31,6 +42,11 @@ "is_open_source": true, "repository": "https://github.com/hasura/ndc-mongodb/", "version": [ + { + "tag": "v0.0.2", + "hash": "90c336c4d1d949d62dd25b04742e650fb6d458e0", + "is_verified": true + }, { "tag": "v0.0.1", "hash": "c32adbde478147518f65ff465c40a0703239288a",