From 0a31abd06f115aed192b75275fcc35331df5c2a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 00:03:14 -0500 Subject: [PATCH] chore(main): release 4.0.0 (#135) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7d6c1..5f8fe89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/rancher/terraform-aws-access/compare/v3.1.14...v4.0.0) (2025-07-23) + + +### ⚠ BREAKING CHANGES + +* remove aws secret, output cert info ([#134](https://github.com/rancher/terraform-aws-access/issues/134)) + +### Bug Fixes + +* remove aws secret, output cert info ([#134](https://github.com/rancher/terraform-aws-access/issues/134)) ([1941a4f](https://github.com/rancher/terraform-aws-access/commit/1941a4ff2310767719679d794833ab9589ec17a6)) + ## [3.1.14](https://github.com/rancher/terraform-aws-access/compare/v3.1.13...v3.1.14) (2025-05-07)