From 20e107f1658bc5c8b23efce2e17406e74e6cbeae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Mar 2024 17:10:26 +0000 Subject: [PATCH] chore(release): version 5.1.2 [skip ci] ## [5.1.2](https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v5.1.1...v5.1.2) (2024-03-12) ### Bug Fixes * Update CI workflow versions to remove deprecated runtime warnings ([#315](https://github.com/terraform-aws-modules/terraform-aws-security-group/issues/315)) ([8bee3ce](https://github.com/terraform-aws-modules/terraform-aws-security-group/commit/8bee3cef33a44fbcfcbb576de9ea792fb44fcb5d)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ad024..4103fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [5.1.2](https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v5.1.1...v5.1.2) (2024-03-12) + + +### Bug Fixes + +* Update CI workflow versions to remove deprecated runtime warnings ([#315](https://github.com/terraform-aws-modules/terraform-aws-security-group/issues/315)) ([8bee3ce](https://github.com/terraform-aws-modules/terraform-aws-security-group/commit/8bee3cef33a44fbcfcbb576de9ea792fb44fcb5d)) + ### [5.1.1](https://github.com/terraform-aws-modules/terraform-aws-security-group/compare/v5.1.0...v5.1.1) (2024-01-22)