From cd47bd910786400382275aac3f3122626fceacb6 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Tue, 26 Dec 2023 15:37:20 -0800 Subject: [PATCH] Bumps version to 4.0.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cbe3057..0e34519 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 4.0.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ede57..6ae2330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### [4.0.0](https://github.com/plus3it/terraform-aws-tardigrade-config/releases/tag/4.0.0) + +**Released**: 2023.12.26 + +**Summary**: + +* Adds native support for excluded or included resource types +* Supports all features available as of terraform-provider-aws v5.31.0 +* Uses service-linked-role exclusively, removing custom IAM role + ### 3.0.2 **Released**: 2022.06.03