From 13bcb3a47daae86b1fe6e359e3502f1a0e0b3379 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2024 01:52:47 +0000 Subject: [PATCH] chore(release): version 4.0.2 [skip ci] ## [4.0.2](https://github.com/terraform-aws-modules/terraform-aws-elb/compare/v4.0.1...v4.0.2) (2024-03-07) ### Bug Fixes * Update CI workflow versions to remove deprecated runtime warnings ([#49](https://github.com/terraform-aws-modules/terraform-aws-elb/issues/49)) ([e81f1ca](https://github.com/terraform-aws-modules/terraform-aws-elb/commit/e81f1ca4fb31ab09705a140918e6a24548339845)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2987620..3363b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.2](https://github.com/terraform-aws-modules/terraform-aws-elb/compare/v4.0.1...v4.0.2) (2024-03-07) + + +### Bug Fixes + +* Update CI workflow versions to remove deprecated runtime warnings ([#49](https://github.com/terraform-aws-modules/terraform-aws-elb/issues/49)) ([e81f1ca](https://github.com/terraform-aws-modules/terraform-aws-elb/commit/e81f1ca4fb31ab09705a140918e6a24548339845)) + ### [4.0.1](https://github.com/terraform-aws-modules/terraform-aws-elb/compare/v4.0.0...v4.0.1) (2023-01-24)