From b7659e8b46aa626065c60fbfa7b78c1fedf43d7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2024 01:51:50 +0000 Subject: [PATCH] chore(release): version 1.1.1 [skip ci] ## [1.1.1](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/compare/v1.1.0...v1.1.1) (2024-03-07) ### Bug Fixes * Update CI workflow versions to remove deprecated runtime warnings ([#5](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/issues/5)) ([a785dc3](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/commit/a785dc334790ff6dea0d0c3f44ce32cfcf4e14cb)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c4a57..41e9965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.1.1](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/compare/v1.1.0...v1.1.1) (2024-03-07) + + +### Bug Fixes + +* Update CI workflow versions to remove deprecated runtime warnings ([#5](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/issues/5)) ([a785dc3](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/commit/a785dc334790ff6dea0d0c3f44ce32cfcf4e14cb)) + ## [1.1.0](https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter/compare/v1.0.1...v1.1.0) (2023-06-16)