From 7fcd36e082fbdfd07e275428debb519749fa3603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:45:58 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158a1d9..93c403c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/rancher/terraform-aws-access/compare/v1.1.1...v1.2.0) (2024-03-08) + + +### Features + +* add ability to skip specific ip sg ([#38](https://github.com/rancher/terraform-aws-access/issues/38)) ([a0c8b10](https://github.com/rancher/terraform-aws-access/commit/a0c8b103e9448d4eb0c94895941e6c3dfcccc5c3)) + ## [1.1.1](https://github.com/rancher/terraform-aws-access/compare/v1.1.0...v1.1.1) (2024-02-09)