From b373c8802be3acec1382026a6f27729ec3d5f2b8 Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Sat, 16 May 2026 17:47:12 -0400 Subject: [PATCH] chore: sync plugin.json version to v1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Manual sync (the sync-plugin-version.yml workflow did not fire on v1.2.0 tag push despite matching the same trigger as v1.1.0 — GitHub Actions glitch). Same outcome as the auto-sync workflow would produce. Follow-up issue to be filed to investigate why the workflow didn't trigger on this tag push. Co-Authored-By: Claude Opus 4.7 --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index aaf70d2..30d845c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "workflow-plugin-aws", - "version": "1.1.0", + "version": "1.2.0", "author": "GoCodeAlone", "description": "AWS provider plugin for workflow IaC — manages ECS, EKS, RDS, ElastiCache, VPC, ALB, Route53, ECR, API Gateway, Security Groups, IAM, S3, ACM, and AutoScaling Group resources", "license": "MIT",