From b85bb3228d538d401c89f82ce8c66d10e7438218 Mon Sep 17 00:00:00 2001 From: Divi Date: Fri, 12 Jan 2024 10:31:57 +0530 Subject: [PATCH] update sendgrid connector to v0.3 --- registry/sendgrid/metadata.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/registry/sendgrid/metadata.json b/registry/sendgrid/metadata.json index 9ce2a4b2..c9d089c6 100644 --- a/registry/sendgrid/metadata.json +++ b/registry/sendgrid/metadata.json @@ -5,7 +5,7 @@ "title":"SendGrid Native Data Connector", "logo":"logo.png", "tags":["email"], - "latest_version":"v0.2" + "latest_version":"v0.3" }, "author":{ "support_email":"support@hasura.io", @@ -18,6 +18,16 @@ "is_open_source":true, "repository":"https://github.com/hasura/ndc-sendgrid/", "version":[ + { + "tag": "v0.3", + "hash": "4d129449d3faa295fb145bc99b1f69db73314cce", + "is_verified": true + }, + { + "tag": "v0.2.1", + "hash": "e06860bb3ceedf7ec76e5b8559238bca527422b4", + "is_verified": true + }, { "tag": "v0.2", "hash": "c0b3f13893e24a41df084985908af7ced0265498", @@ -30,4 +40,4 @@ } ] } -} \ No newline at end of file +}