From df853b09a98479a2eeb9cf6378d357f09bfa8d9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:31:19 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef3302..5f515e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/rancher/terraform-aws-server/compare/v1.3.0...v1.3.1) (2024-08-27) + + +### Bug Fixes + +* indirect access should be before direct ([#106](https://github.com/rancher/terraform-aws-server/issues/106)) ([e7a064c](https://github.com/rancher/terraform-aws-server/commit/e7a064c89091b06988ea96408b0bb951e10efea7)) + ## [1.3.0](https://github.com/rancher/terraform-aws-server/compare/v1.2.4...v1.3.0) (2024-08-23)