From c0d3064a98ee691495e88a6a3d2ef77ef1769045 Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 5 Sep 2024 09:15:48 -0700 Subject: [PATCH] Bumps version to 3.0.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b49e513..ab04341 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 3.0.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5351a..45b4787 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/). +### [2.0.0](https://github.com/plus3it/terraform-aws-tardigrade-config/releases/tag/2.0.0) + +**Released**: 2024.09.05 + +**Summary**: + +* Refactors module to use object-style inputs for every resource +* Every resource supports optional creation by setting its input to `null` +* Implements all features of each supported resource + ### 1.1.0 **Released**: 2020.02.06