From 173c1f7d743549c1864f47b5533893ba59b3e35a Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:50:36 +0300 Subject: [PATCH] chore(main): release aws-cloudfront 0.2.0 (#243) :robot: I have created a release *beep* *boop* --- ## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-cloudfront-v0.1.0...aws-cloudfront-v0.2.0) (2024-07-02) ### Features * cloudfront cache policy updated ([#242](https://github.com/kloia/platform-modules/issues/242)) ([8c3c009](https://github.com/kloia/platform-modules/commit/8c3c009b4b29ea3a25cfae034e931bb0a324be4b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- modules/aws-cloudfront/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47929b2..ded1c32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -42,7 +42,7 @@ "modules/aws-vpc": "0.1.0", "modules/aws-efs": "0.1.0", "modules/aws-transit-gateway": "0.1.0", - "modules/aws-cloudfront": "0.1.0", + "modules/aws-cloudfront": "0.2.0", "modules/aws-apigateway-v2-master": "0.1.0", "modules/aws-shield": "0.1.0", "modules/aws-key-pair": "0.1.0", diff --git a/modules/aws-cloudfront/CHANGELOG.md b/modules/aws-cloudfront/CHANGELOG.md index d5c924c..39e186d 100644 --- a/modules/aws-cloudfront/CHANGELOG.md +++ b/modules/aws-cloudfront/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/kloia/platform-modules/compare/aws-cloudfront-v0.1.0...aws-cloudfront-v0.2.0) (2024-07-02) + + +### Features + +* cloudfront cache policy updated ([#242](https://github.com/kloia/platform-modules/issues/242)) ([8c3c009](https://github.com/kloia/platform-modules/commit/8c3c009b4b29ea3a25cfae034e931bb0a324be4b)) + ## 0.1.0 (2024-05-10)