From 333ff0537d32ecdd4834a0e9e4b3f66912a69f56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 05:13:00 +0000 Subject: [PATCH] chore(main): release 3.0.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5002266..a87fab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/rancher/terraform-aws-access/compare/v3.0.2...v3.0.3) (2024-07-16) + + +### Bug Fixes + +* output public addresses ([#91](https://github.com/rancher/terraform-aws-access/issues/91)) ([d2e2e12](https://github.com/rancher/terraform-aws-access/commit/d2e2e12f4221c0d385af935a29d791f0a1ad95a8)) + ## [3.0.2](https://github.com/rancher/terraform-aws-access/compare/v3.0.1...v3.0.2) (2024-07-03)