From 7496ebc9ea9cda1dccb72334dac65f8148b7b47b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:37:29 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84bc05a..b667508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/rancher/terraform-aws-access/compare/v0.1.2...v0.1.3) (2023-12-19) + + +### Bug Fixes + +* remove unnecessary lifecycle ignore ([#21](https://github.com/rancher/terraform-aws-access/issues/21)) ([6178353](https://github.com/rancher/terraform-aws-access/commit/61783534ae7377cd8d91c3545deed25ffa3c820f)) + ## [0.1.2](https://github.com/rancher/terraform-aws-access/compare/v0.1.1...v0.1.2) (2023-12-12)