diff --git a/registry/hasura/promptql-programs/metadata.json b/registry/hasura/promptql-programs/metadata.json index c30fde48..12299250 100644 --- a/registry/hasura/promptql-programs/metadata.json +++ b/registry/hasura/promptql-programs/metadata.json @@ -4,7 +4,7 @@ "description": "Integrates PromptQL Programs (Automations) as commands", "title": "PromptQL Programs Connector", "tags": [], - "latest_version": "v0.5.0" + "latest_version": "v0.6.0" }, "author": { "support_email": "support@hasura.io", @@ -41,6 +41,11 @@ "tag": "v0.5.0", "hash": "4ede3d9a11bdf8602bd3281e4fa77942d3801a78", "is_verified": true + }, + { + "tag": "v0.6.0", + "hash": "c0c9fc86a5f22b669e26fb404493b6f16dda7c9b", + "is_verified": true } ] } diff --git a/registry/hasura/promptql-programs/releases/v0.6.0/connector-packaging.json b/registry/hasura/promptql-programs/releases/v0.6.0/connector-packaging.json new file mode 100644 index 00000000..ac85fc31 --- /dev/null +++ b/registry/hasura/promptql-programs/releases/v0.6.0/connector-packaging.json @@ -0,0 +1,14 @@ +{ + "version": "v0.6.0", + "uri": "https://github.com/hasura/ndc-promptql-programs/releases/download/v0.6.0/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "c2844f14b571bbfc481462107d8ecff735046530dbeca83e75c2a0d59b9041d7" + }, + "source": { + "hash": "c0c9fc86a5f22b669e26fb404493b6f16dda7c9b" + }, + "test": { + "test_config_path": "../../tests/test-config.json" + } +}