diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf0a5a1..02f3f8d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -67,5 +67,6 @@ "modules/aws-budget": "0.4.0", "modules/aws-eks-karpenter": "0.1.0", "modules/aws-eks-k8s-manifests": "0.1.0", + "modules/aws-glue": "0.1.0" "modules/aws-athena": "0.1.0" } diff --git a/modules/aws-glue/CHANGELOG.md b/modules/aws-glue/CHANGELOG.md index cfc9443..c4fb5eb 100644 --- a/modules/aws-glue/CHANGELOG.md +++ b/modules/aws-glue/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0 (2026-05-25) + + +### Features + +* **aws-glue, aws-athena:** add Glue and Athena Terraform modules ([0c9266c](https://github.com/kloia/platform-modules/commit/0c9266c0a6f43c5c1f5248a2ff022b5b7d6b1914)) +* **main:** add glue and athena modules ([#321](https://github.com/kloia/platform-modules/issues/321)) ([0c9266c](https://github.com/kloia/platform-modules/commit/0c9266c0a6f43c5c1f5248a2ff022b5b7d6b1914)) + ## 0.1.0 (2026-05-22)