From 79581f012065cb8dbd28def19639a3e8e5408cc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:26:33 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c793454..36e228f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/rancher/terraform-aws-access/compare/v0.1.4...v1.0.0) (2024-01-23) + + +### ⚠ BREAKING CHANGES + +* add the ability to explicitly skip parts of the module ([#26](https://github.com/rancher/terraform-aws-access/issues/26)) + +### Features + +* add the ability to explicitly skip parts of the module ([#26](https://github.com/rancher/terraform-aws-access/issues/26)) ([a7445f9](https://github.com/rancher/terraform-aws-access/commit/a7445f999bb82b757bd09b281ce06b4bbc50711e)) + ## [0.1.4](https://github.com/rancher/terraform-aws-access/compare/v0.1.3...v0.1.4) (2024-01-10)