diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1cfe1a2..4ab14f6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = False tag_name = {new_version} diff --git a/.dependabot/config.yml b/.dependabot/_config.yml similarity index 100% rename from .dependabot/config.yml rename to .dependabot/_config.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0ff7e..c36b1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ 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/). +### 1.0.1 + +**Commit Delta**: https://github.com/plus3it/terraform-aws-tardigrade-inspector/compare/1.0.0...1.0.1 + +**Released**: 2019.09.05 + +**Summary**: + +* Disable dependabot configuration while support for terraform 0.12.x isn't available - https://github.com/dependabot/dependabot-core/issues/1176 + +### 1.0.0 + +**Commit Delta**: https://github.com/plus3it/terraform-aws-tardigrade-inspector/compare/0.0.2...1.0.0 + +**Released**: 2019.09.04 + +**Summary**: + +* Upgrade module to use terraform 0.12.x. This is not backwards compatible + ### 0.0.0 **Commit Delta**: N/A