diff --git a/.connector-store/meta.json b/.connector-store/meta.json index a717a67..2bef8a1 100644 --- a/.connector-store/meta.json +++ b/.connector-store/meta.json @@ -6,15 +6,18 @@ "description": "Amazon SQS offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. The Amazon SQS connector for WSO2 EI uses the Amazon SQS API and allows you to send and receive messages, facilitating asynchronous messaging between integrated systems.", "status": "Active", "labels": [ - "queues", - "AWS sqs", - "SQS" + "integration", + "AWS", + "communication" ], "releases": [ { "tagName": "v2.0.0", "products": [ - "MI 4.x.x" + "MI 4.3.0", + "MI 4.2.0", + "MI 4.1.0", + "MI 4.0.0" ], "isHidden": false }, @@ -22,7 +25,10 @@ "tagName": "v1.1.7", "products": [ "MI 1.2.0", - "MI 4.x.x" + "MI 4.3.0", + "MI 4.2.0", + "MI 4.1.0", + "MI 4.0.0" ], "isHidden": false }